From a0b4b08aa4811ef730e76a9ffc401a5293770f92 Mon Sep 17 00:00:00 2001 From: jsg <> Date: Tue, 28 Oct 2014 07:35:59 +0000 Subject: deregister; no binary change ok jsing@ miod@ --- src/lib/libcrypto/rc5/rc5ofb64.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lib/libcrypto/rc5/rc5ofb64.c') diff --git a/src/lib/libcrypto/rc5/rc5ofb64.c b/src/lib/libcrypto/rc5/rc5ofb64.c index b823aeb148..0a8686092b 100644 --- a/src/lib/libcrypto/rc5/rc5ofb64.c +++ b/src/lib/libcrypto/rc5/rc5ofb64.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rc5ofb64.c,v 1.2 2014/06/12 15:49:30 deraadt Exp $ */ +/* $OpenBSD: rc5ofb64.c,v 1.3 2014/10/28 07:35:59 jsg Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -67,11 +67,11 @@ void RC5_32_ofb64_encrypt(const unsigned char *in, unsigned char *out, long length, RC5_32_KEY *schedule, unsigned char *ivec, int *num) { - register unsigned long v0,v1,t; - register int n= *num; - register long l=length; + unsigned long v0,v1,t; + int n= *num; + long l=length; unsigned char d[8]; - register char *dp; + char *dp; unsigned long ti[2]; unsigned char *iv; int save=0; -- cgit v1.2.3-55-g6feb