[openssl-dev] Commit 17a723885e8a875fc19d5140f580f80a113ba78f

Dmitry Belyavsky beldmit at gmail.com
Thu Feb 11 17:28:31 UTC 2016


Hello all,

Does the code added by the commit 17a723885e8a875fc19d5140f580f80a113ba78f

+    switch (EVP_PKEY_id(pk)) {
+    default:
+        return -1;
+    case EVP_PKEY_RSA:
+        return SSL_PKEY_RSA_ENC;
+    case EVP_PKEY_DSA:
+        return SSL_PKEY_DSA_SIGN;

with leading 'default' label work correctly?

Thank you!

-- 
SY, Dmitry Belyavsky
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-dev/attachments/20160211/6f1b6926/attachment.html>


More information about the openssl-dev mailing list