diff options
Diffstat (limited to 'lib/libcrypto/rc5')
-rw-r--r-- | lib/libcrypto/rc5/rc5_ecb.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcrypto/rc5/rc5_ecb.c b/lib/libcrypto/rc5/rc5_ecb.c index 89d888e2a4a..95d610e79e1 100644 --- a/lib/libcrypto/rc5/rc5_ecb.c +++ b/lib/libcrypto/rc5/rc5_ecb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rc5_ecb.c,v 1.2 2014/06/12 15:49:30 deraadt Exp $ */ +/* $OpenBSD: rc5_ecb.c,v 1.3 2014/07/09 11:10:51 bcook Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -60,8 +60,6 @@ #include "rc5_locl.h" #include <openssl/opensslv.h> -const char RC5_version[]="RC5" OPENSSL_VERSION_PTEXT; - void RC5_32_ecb_encrypt(const unsigned char *in, unsigned char *out, RC5_32_KEY *ks, int encrypt) { |