Browse Source

Deleted unused goto label.

default 4 months ago
parent
commit
a3cf0dbc5f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      xs_openssl.h

+ 0 - 1
xs_openssl.h

@@ -153,7 +153,6 @@ xs_dict *xs_evp_genkey(int bits)
     EVP_PKEY_free(pkey);
     EVP_PKEY_free(pkey);
     EVP_PKEY_CTX_free(ctx);
     EVP_PKEY_CTX_free(ctx);
 
 
-end:
     return keypair;
     return keypair;
 }
 }