diff options
| author | 2026-03-17 20:37:38 +0100 | |
|---|---|---|
| committer | 2026-03-17 20:37:38 +0100 | |
| commit | a3cf0dbc5f01eea13490308287216c1bdaf97f51 (patch) | |
| tree | b652293ce414ddae965f0aaf6ccf522747c1a76f | |
| parent | Fixed compilation error in OpenBSD. (diff) | |
| download | snac2-a3cf0dbc5f01eea13490308287216c1bdaf97f51.tar.gz snac2-a3cf0dbc5f01eea13490308287216c1bdaf97f51.tar.xz snac2-a3cf0dbc5f01eea13490308287216c1bdaf97f51.zip | |
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) | |||
| 153 | EVP_PKEY_free(pkey); | 153 | EVP_PKEY_free(pkey); |
| 154 | EVP_PKEY_CTX_free(ctx); | 154 | EVP_PKEY_CTX_free(ctx); |
| 155 | 155 | ||
| 156 | end: | ||
| 157 | return keypair; | 156 | return keypair; |
| 158 | } | 157 | } |
| 159 | 158 | ||