diff options
Diffstat (limited to 'src/lib/libcrypto/rsa/rsa.h')
-rw-r--r-- | src/lib/libcrypto/rsa/rsa.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rsa/rsa.h b/src/lib/libcrypto/rsa/rsa.h index 8139db0b7d..4045a6cbf3 100644 --- a/src/lib/libcrypto/rsa/rsa.h +++ b/src/lib/libcrypto/rsa/rsa.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: rsa.h,v 1.26 2014/07/12 16:03:37 miod Exp $ */ | 1 | /* $OpenBSD: rsa.h,v 1.27 2015/02/14 15:10:39 miod 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 | * |
@@ -444,6 +444,7 @@ void ERR_load_RSA_strings(void); | |||
444 | #define RSA_F_PKEY_RSA_VERIFYRECOVER 141 | 444 | #define RSA_F_PKEY_RSA_VERIFYRECOVER 141 |
445 | #define RSA_F_RSA_BUILTIN_KEYGEN 129 | 445 | #define RSA_F_RSA_BUILTIN_KEYGEN 129 |
446 | #define RSA_F_RSA_CHECK_KEY 123 | 446 | #define RSA_F_RSA_CHECK_KEY 123 |
447 | #define RSA_F_RSA_EAY_MOD_EXP 157 | ||
447 | #define RSA_F_RSA_EAY_PRIVATE_DECRYPT 101 | 448 | #define RSA_F_RSA_EAY_PRIVATE_DECRYPT 101 |
448 | #define RSA_F_RSA_EAY_PRIVATE_ENCRYPT 102 | 449 | #define RSA_F_RSA_EAY_PRIVATE_ENCRYPT 102 |
449 | #define RSA_F_RSA_EAY_PUBLIC_DECRYPT 103 | 450 | #define RSA_F_RSA_EAY_PUBLIC_DECRYPT 103 |