diff options
author | tb <> | 2018-02-18 12:57:14 +0000 |
---|---|---|
committer | tb <> | 2018-02-18 12:57:14 +0000 |
commit | 08088224c26400ca4e52e683e20d87c097025de9 (patch) | |
tree | 20539a532b21fc8bc7d31895c8d6d2491b26f98a /src/lib/libcrypto/Symbols.list | |
parent | 751bc66947637a9abd1a17c25842d5ac30445e33 (diff) | |
download | openbsd-08088224c26400ca4e52e683e20d87c097025de9.tar.gz openbsd-08088224c26400ca4e52e683e20d87c097025de9.tar.bz2 openbsd-08088224c26400ca4e52e683e20d87c097025de9.zip |
Provide RSA_{g,s}et0_crt_params()
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
-rw-r--r-- | src/lib/libcrypto/Symbols.list | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index 79d82d49bc..e5997cc76d 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
@@ -2211,6 +2211,7 @@ RSA_flags | |||
2211 | RSA_free | 2211 | RSA_free |
2212 | RSA_generate_key | 2212 | RSA_generate_key |
2213 | RSA_generate_key_ex | 2213 | RSA_generate_key_ex |
2214 | RSA_get0_crt_params | ||
2214 | RSA_get0_factors | 2215 | RSA_get0_factors |
2215 | RSA_get0_key | 2216 | RSA_get0_key |
2216 | RSA_get_default_method | 2217 | RSA_get_default_method |
@@ -2237,6 +2238,7 @@ RSA_private_decrypt | |||
2237 | RSA_private_encrypt | 2238 | RSA_private_encrypt |
2238 | RSA_public_decrypt | 2239 | RSA_public_decrypt |
2239 | RSA_public_encrypt | 2240 | RSA_public_encrypt |
2241 | RSA_set0_crt_params | ||
2240 | RSA_set0_factors | 2242 | RSA_set0_factors |
2241 | RSA_set0_key | 2243 | RSA_set0_key |
2242 | RSA_set_default_method | 2244 | RSA_set_default_method |