Add rc2 ciphers to default provider
[openssl.git] / providers / common / include / internal / provider_algs.h
index 08cc7062daf68b9efd72896a5de5d0229f8dd3f2..f52711bb01b6705799abfccb186f2afd393fea15 100644 (file)
@@ -165,7 +165,14 @@ extern const OSSL_DISPATCH rc5128cbc_functions[];
 extern const OSSL_DISPATCH rc5128ofb64_functions[];
 extern const OSSL_DISPATCH rc5128cfb64_functions[];
 #endif /* OPENSSL_NO_RC5 */
-
+#ifndef OPENSSL_NO_RC2
+extern const OSSL_DISPATCH rc2128ecb_functions[];
+extern const OSSL_DISPATCH rc2128cbc_functions[];
+extern const OSSL_DISPATCH rc240cbc_functions[];
+extern const OSSL_DISPATCH rc264cbc_functions[];
+extern const OSSL_DISPATCH rc2128cfb128_functions[];
+extern const OSSL_DISPATCH rc2128ofb128_functions[];
+#endif /* OPENSSL_NO_RC2 */
 #ifndef OPENSSL_NO_DES
 extern const OSSL_DISPATCH tdes_ede3_ecb_functions[];
 extern const OSSL_DISPATCH tdes_ede3_cbc_functions[];