diff options
| author | default <nobody@localhost> | 2026-03-17 20:37:38 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2026-03-17 20:37:38 +0100 |
| commit | a3cf0dbc5f01eea13490308287216c1bdaf97f51 (patch) | |
| tree | b652293ce414ddae965f0aaf6ccf522747c1a76f | |
| parent | c3a81479c8dffeb42e84c691417be50d678bf5df (diff) | |
Deleted unused goto label.
| -rw-r--r-- | xs_openssl.h | 1 |
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; } |