diff options
Diffstat (limited to 'src/lib/libcrypto/aes/aes.h')
-rw-r--r-- | src/lib/libcrypto/aes/aes.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/aes/aes.h b/src/lib/libcrypto/aes/aes.h index 10a87e7f0d..c904485d8f 100644 --- a/src/lib/libcrypto/aes/aes.h +++ b/src/lib/libcrypto/aes/aes.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: aes.h,v 1.13 2014/06/12 15:49:27 deraadt Exp $ */ | 1 | /* $OpenBSD: aes.h,v 1.14 2014/07/09 09:10:07 miod Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -86,11 +86,6 @@ int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | |||
86 | int AES_set_decrypt_key(const unsigned char *userKey, const int bits, | 86 | int AES_set_decrypt_key(const unsigned char *userKey, const int bits, |
87 | AES_KEY *key); | 87 | AES_KEY *key); |
88 | 88 | ||
89 | int private_AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ||
90 | AES_KEY *key); | ||
91 | int private_AES_set_decrypt_key(const unsigned char *userKey, const int bits, | ||
92 | AES_KEY *key); | ||
93 | |||
94 | void AES_encrypt(const unsigned char *in, unsigned char *out, | 89 | void AES_encrypt(const unsigned char *in, unsigned char *out, |
95 | const AES_KEY *key); | 90 | const AES_KEY *key); |
96 | void AES_decrypt(const unsigned char *in, unsigned char *out, | 91 | void AES_decrypt(const unsigned char *in, unsigned char *out, |