diff options
| author | beck <> | 2024-07-09 07:16:13 +0000 |
|---|---|---|
| committer | beck <> | 2024-07-09 07:16:13 +0000 |
| commit | b21e61a130ebad338ab4bd67c60356d190765f9a (patch) | |
| tree | fce49a2e6431c29a2aaf1e75e6037527ee08ae0d /src/lib/libcrypto/des/set_key.c | |
| parent | b244abafd18b79847c955d8494f8ea6e83a02c20 (diff) | |
| download | openbsd-b21e61a130ebad338ab4bd67c60356d190765f9a.tar.gz openbsd-b21e61a130ebad338ab4bd67c60356d190765f9a.tar.bz2 openbsd-b21e61a130ebad338ab4bd67c60356d190765f9a.zip | |
Hide DES global variables
ok tb@
Diffstat (limited to 'src/lib/libcrypto/des/set_key.c')
| -rw-r--r-- | src/lib/libcrypto/des/set_key.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/des/set_key.c b/src/lib/libcrypto/des/set_key.c index 0e7aab688c..9a9dcf7c52 100644 --- a/src/lib/libcrypto/des/set_key.c +++ b/src/lib/libcrypto/des/set_key.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: set_key.c,v 1.27 2024/03/29 01:47:29 joshua Exp $ */ | 1 | /* $OpenBSD: set_key.c,v 1.28 2024/07/09 07:16:13 beck 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 | * |
| @@ -63,6 +63,7 @@ | |||
| 63 | #include "des_local.h" | 63 | #include "des_local.h" |
| 64 | 64 | ||
| 65 | int DES_check_key = 0; /* defaults to false */ | 65 | int DES_check_key = 0; /* defaults to false */ |
| 66 | LCRYPTO_ALIAS(DES_check_key); | ||
| 66 | 67 | ||
| 67 | static const unsigned char odd_parity[256] = { | 68 | static const unsigned char odd_parity[256] = { |
| 68 | 1, 1, 2, 2, 4, 4, 7, 7, 8, 8, 11, 11, 13, 13, 14, 14, | 69 | 1, 1, 2, 2, 4, 4, 7, 7, 8, 8, 11, 11, 13, 13, 14, 14, |
