Test DTLS cookie generation and verification
[openssl.git] / crypto / dsa / dsa_key.c
index 7ced03d0839f73f9a92f5ecd7557319d41b7411b..a48af58492914c02807cc4c28adda5f5ce518dd4 100644 (file)
@@ -73,5 +73,5 @@ static int dsa_builtin_keygen(DSA *dsa)
     if (priv_key != dsa->priv_key)
         BN_free(priv_key);
     BN_CTX_free(ctx);
-    return (ok);
+    return ok;
 }