summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2026-03-17 20:37:38 +0100
committerGravatar default2026-03-17 20:37:38 +0100
commita3cf0dbc5f01eea13490308287216c1bdaf97f51 (patch)
treeb652293ce414ddae965f0aaf6ccf522747c1a76f
parentFixed compilation error in OpenBSD. (diff)
downloadsnac2-a3cf0dbc5f01eea13490308287216c1bdaf97f51.tar.gz
snac2-a3cf0dbc5f01eea13490308287216c1bdaf97f51.tar.xz
snac2-a3cf0dbc5f01eea13490308287216c1bdaf97f51.zip
Deleted unused goto label.
-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)
153 EVP_PKEY_free(pkey); 153 EVP_PKEY_free(pkey);
154 EVP_PKEY_CTX_free(ctx); 154 EVP_PKEY_CTX_free(ctx);
155 155
156end:
157 return keypair; 156 return keypair;
158} 157}
159 158