]> git.saurik.com Git - apple/security.git/blobdiff - libsecurity_ssl/lib/sslKeyExchange.c
Security-55471.14.8.tar.gz
[apple/security.git] / libsecurity_ssl / lib / sslKeyExchange.c
index 7d92517c4560825928839a9aabc7dd8d5a97e259..4ab3ed8b3cfc79c4d3d9405d855a2f5b75de9110 100644 (file)
@@ -628,7 +628,6 @@ SSLVerifySignedServerKeyExchange(SSLContext *ctx, bool isRsa, SSLBuffer signedPa
         goto fail;
     if ((err = SSLHashSHA1.update(&hashCtx, &signedParams)) != 0)
         goto fail;
-        goto fail;
     if ((err = SSLHashSHA1.final(&hashCtx, &hashOut)) != 0)
         goto fail;