diff options
| author | tb <> | 2024-03-02 09:33:14 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 09:33:14 +0000 |
| commit | dd733fbf4aedf12a61eb3281cf9aba872ad4bf86 (patch) | |
| tree | 6a1f802b5baf968b2a0d8d4f07f71fcb1917e309 /src/lib/libcrypto/Symbols.namespace | |
| parent | abe96e60083ddd83f68f68979348706259296fab (diff) | |
| download | openbsd-dd733fbf4aedf12a61eb3281cf9aba872ad4bf86.tar.gz openbsd-dd733fbf4aedf12a61eb3281cf9aba872ad4bf86.tar.bz2 openbsd-dd733fbf4aedf12a61eb3281cf9aba872ad4bf86.zip | |
Remove DSA_generate_parameters
This was deprecated in 0.9.8 and used until recently by rust-openssl
and by keynote (keynote has the excuse that it was written before the
deprecation). Fortunately Paul Kehrer fixed this in rust-openssl,
so we can garbage collect this turd. (It was replaced with the less
ergonomic DSA_generate_parameters_ex() to expose a new fancy way of
displaying dots, stars and pluses on key generation).
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
| -rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index 3b6be84b85..12575c1128 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
| @@ -2469,7 +2469,6 @@ _libre_d2i_DSAPrivateKey | |||
| 2469 | _libre_i2d_DSAPrivateKey | 2469 | _libre_i2d_DSAPrivateKey |
| 2470 | _libre_d2i_DSAparams | 2470 | _libre_d2i_DSAparams |
| 2471 | _libre_i2d_DSAparams | 2471 | _libre_i2d_DSAparams |
| 2472 | _libre_DSA_generate_parameters | ||
| 2473 | _libre_DSA_generate_parameters_ex | 2472 | _libre_DSA_generate_parameters_ex |
| 2474 | _libre_DSA_generate_key | 2473 | _libre_DSA_generate_key |
| 2475 | _libre_DSAparams_print | 2474 | _libre_DSAparams_print |
