Loading crypto/x509/x509_trs.c +0 −3 Original line number Diff line number Diff line Loading @@ -194,9 +194,6 @@ static void trtable_free(X509_TRUST *p) void X509_TRUST_cleanup(void) { unsigned int i; for (i = 0; i < X509_TRUST_COUNT; i++) trtable_free(trstandard + i); sk_X509_TRUST_pop_free(trtable, trtable_free); trtable = NULL; } Loading Loading
crypto/x509/x509_trs.c +0 −3 Original line number Diff line number Diff line Loading @@ -194,9 +194,6 @@ static void trtable_free(X509_TRUST *p) void X509_TRUST_cleanup(void) { unsigned int i; for (i = 0; i < X509_TRUST_COUNT; i++) trtable_free(trstandard + i); sk_X509_TRUST_pop_free(trtable, trtable_free); trtable = NULL; } Loading