diff options
Diffstat (limited to 'src/lib/libcrypto/bf/bf_skey.c')
-rw-r--r-- | src/lib/libcrypto/bf/bf_skey.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bf/bf_skey.c b/src/lib/libcrypto/bf/bf_skey.c index 4a5c1be140..cc31034f18 100644 --- a/src/lib/libcrypto/bf/bf_skey.c +++ b/src/lib/libcrypto/bf/bf_skey.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bf_skey.c,v 1.16 2022/11/11 12:23:49 jsing Exp $ */ | 1 | /* $OpenBSD: bf_skey.c,v 1.17 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 | * |
@@ -62,7 +62,7 @@ | |||
62 | #include <openssl/crypto.h> | 62 | #include <openssl/crypto.h> |
63 | #include <openssl/blowfish.h> | 63 | #include <openssl/blowfish.h> |
64 | 64 | ||
65 | #include "bf_locl.h" | 65 | #include "bf_local.h" |
66 | 66 | ||
67 | static const BF_KEY bf_init = { | 67 | static const BF_KEY bf_init = { |
68 | .P = { | 68 | .P = { |