From 918a79fc4c9b52e1debe525cd85eac75ae8c32e3 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 13 Aug 1999 18:31:52 +0000 Subject: [PATCH] Fix typo. --- v7/src/microcode/prbfish.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/prbfish.c b/v7/src/microcode/prbfish.c index 75dca5a0b..43d42f136 100644 --- a/v7/src/microcode/prbfish.c +++ b/v7/src/microcode/prbfish.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: prbfish.c,v 1.6 1999/08/13 17:03:48 cph Exp $ +$Id: prbfish.c,v 1.7 1999/08/13 18:31:52 cph Exp $ Copyright (c) 1997, 1999 Massachusetts Institute of Technology @@ -177,7 +177,7 @@ Returned value is the new value of NUM.") PRIMITIVE_RETURN (long_to_integer (num)); } -DEFINE_PRIMITIVE ("BLOWFISH-OFB64-SUBSTRING-V2", Prim_blowfish_ofb64_substring, 8, 8, +DEFINE_PRIMITIVE ("BLOWFISH-OFB64-SUBSTRING", Prim_blowfish_ofb64_substring, 8, 8, "(INPUT ISTART IEND OUTPUT OSTART KEY INIT-VECTOR NUM)\n\ Apply Blowfish in Output Feed-Back mode.\n\ (INPUT,ISTART,IEND) is an arbitrary substring.\n\ -- 2.25.1