Implement the NULL cipher in the default provider
[openssl.git] / providers / defltprov.c
index 3220bc52203d175652160859c232b19c8bfc0a5f..166281fae3921d8b3ec885e2750ae424e5bd82e6 100644 (file)
@@ -138,6 +138,7 @@ static const OSSL_ALGORITHM deflt_digests[] = {
 };
 
 static const OSSL_ALGORITHM_CAPABLE deflt_ciphers[] = {
+    ALG("NULL", null_functions),
     ALG("AES-256-ECB", aes256ecb_functions),
     ALG("AES-192-ECB", aes192ecb_functions),
     ALG("AES-128-ECB", aes128ecb_functions),