We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6e078 commit 6631188Copy full SHA for 6631188
src/tools/piv-tool.c
@@ -532,6 +532,7 @@ static int gen_key(const char * key_info)
532
EVP_PKEY_CTX_free(ctx);
533
OSSL_PARAM_free(params);
534
#endif
535
+#else /* OPENSSL_NO_EC */
536
fprintf(stderr, "This build of OpenSSL does not support EC keys\n");
537
r = 1;
538
#endif /* OPENSSL_NO_EC */
0 commit comments