aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xs_openssl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xs_openssl.h b/xs_openssl.h
index 9ff5726..6d804f7 100644
--- a/xs_openssl.h
+++ b/xs_openssl.h
@@ -153,7 +153,6 @@ xs_dict *xs_evp_genkey(int bits)
EVP_PKEY_free(pkey);
EVP_PKEY_CTX_free(ctx);
-end:
return keypair;
}