diff options
Diffstat (limited to 'src/lib/libcrypto/rsa/rsa_local.h')
-rw-r--r-- | src/lib/libcrypto/rsa/rsa_local.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rsa/rsa_local.h b/src/lib/libcrypto/rsa/rsa_local.h index b4e90abd94..e4c3040b6f 100644 --- a/src/lib/libcrypto/rsa/rsa_local.h +++ b/src/lib/libcrypto/rsa/rsa_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: rsa_local.h,v 1.3 2023/07/21 15:26:51 tb Exp $ */ | 1 | /* $OpenBSD: rsa_local.h,v 1.4 2023/07/28 10:05:16 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 | * |
@@ -153,4 +153,6 @@ int RSA_padding_check_X931(unsigned char *to, int tlen, | |||
153 | const unsigned char *f, int fl, int rsa_len); | 153 | const unsigned char *f, int fl, int rsa_len); |
154 | int RSA_X931_hash_id(int nid); | 154 | int RSA_X931_hash_id(int nid); |
155 | 155 | ||
156 | BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx); | ||
157 | |||
156 | __END_HIDDEN_DECLS | 158 | __END_HIDDEN_DECLS |