diff options
Diffstat (limited to 'lib/libcrypto/bf/bf_ecb.c')
-rw-r--r-- | lib/libcrypto/bf/bf_ecb.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcrypto/bf/bf_ecb.c b/lib/libcrypto/bf/bf_ecb.c index 6d65b16a6a0..305bd78260b 100644 --- a/lib/libcrypto/bf/bf_ecb.c +++ b/lib/libcrypto/bf/bf_ecb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bf_ecb.c,v 1.5 2014/06/12 15:49:28 deraadt Exp $ */ +/* $OpenBSD: bf_ecb.c,v 1.6 2014/07/09 11:10:50 bcook Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -65,8 +65,6 @@ * CAMBRIDGE SECURITY WORKSHOP, CAMBRIDGE, U.K., DECEMBER 9-11, 1993) */ -const char BF_version[]="Blowfish" OPENSSL_VERSION_PTEXT; - const char *BF_options(void) { #ifdef BF_PTR |