From: beck Date: Wed, 10 Apr 2024 14:54:13 +0000 (+0000) Subject: Add RC2 symbols to Symbols.namespace. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=74935252eec40bb7a61ddc98ba5b15194840ba84;p=openbsd Add RC2 symbols to Symbols.namespace. These got missed when they were hidden ok tb@ --- diff --git a/lib/libcrypto/Symbols.namespace b/lib/libcrypto/Symbols.namespace index b1be9dcc14c..09c0db44cec 100644 --- a/lib/libcrypto/Symbols.namespace +++ b/lib/libcrypto/Symbols.namespace @@ -3189,3 +3189,10 @@ _libre_RAND_write_file _libre_RAND_file_name _libre_RAND_status _libre_RAND_poll +_libre_RC2_set_key +_libre_RC2_ecb_encrypt +_libre_RC2_encrypt +_libre_RC2_decrypt +_libre_RC2_cbc_encrypt +_libre_RC2_cfb64_encrypt +_libre_RC2_ofb64_encrypt