diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/bf/bf_enc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bf/bf_enc.c b/src/lib/libcrypto/bf/bf_enc.c index 780e703805..bbefe7d526 100644 --- a/src/lib/libcrypto/bf/bf_enc.c +++ b/src/lib/libcrypto/bf/bf_enc.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bf_enc.c,v 1.8 2022/11/11 12:18:25 jsing Exp $ */ | 1 | /* $OpenBSD: bf_enc.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 | * |
@@ -58,7 +58,7 @@ | |||
58 | 58 | ||
59 | #include <openssl/blowfish.h> | 59 | #include <openssl/blowfish.h> |
60 | 60 | ||
61 | #include "bf_locl.h" | 61 | #include "bf_local.h" |
62 | 62 | ||
63 | /* | 63 | /* |
64 | * Blowfish as implemented from 'Blowfish: Springer-Verlag paper' | 64 | * Blowfish as implemented from 'Blowfish: Springer-Verlag paper' |