diff options
Diffstat (limited to 'src/lib/libcrypto/bf/bf_ecb.c')
-rw-r--r-- | src/lib/libcrypto/bf/bf_ecb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bf/bf_ecb.c b/src/lib/libcrypto/bf/bf_ecb.c index 2430455c39..99e50b0ffe 100644 --- a/src/lib/libcrypto/bf/bf_ecb.c +++ b/src/lib/libcrypto/bf/bf_ecb.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bf_ecb.c,v 1.8 2022/11/11 12:18:25 jsing Exp $ */ | 1 | /* $OpenBSD: bf_ecb.c,v 1.9 2022/11/26 16:08:51 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -59,7 +59,7 @@ | |||
59 | #include <openssl/blowfish.h> | 59 | #include <openssl/blowfish.h> |
60 | #include <openssl/opensslv.h> | 60 | #include <openssl/opensslv.h> |
61 | 61 | ||
62 | #include "bf_locl.h" | 62 | #include "bf_local.h" |
63 | 63 | ||
64 | /* | 64 | /* |
65 | * Blowfish as implemented from 'Blowfish: Springer-Verlag paper' | 65 | * Blowfish as implemented from 'Blowfish: Springer-Verlag paper' |