rand/randfile.c: fix potential resource leak in RAND_load_file.
[openssl.git] / apps / openssl.c
index 39b4f2ce5434bd7ceb09ab64b0d5ec5bf9a60460..8224ae3d0f5af1466e4359d57852603b8721554b 100644 (file)
@@ -762,6 +762,9 @@ static void list_disabled(void)
 #ifdef OPENSSL_NO_SEED
     BIO_puts(bio_out, "SEED\n");
 #endif
+#ifdef OPENSSL_NO_SM2
+    BIO_puts(bio_out, "SM2\n");
+#endif
 #ifdef OPENSSL_NO_SM3
     BIO_puts(bio_out, "SM3\n");
 #endif