X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=fuzz%2Fasn1parse.c;h=ac888e535ae11dcc92a4170b2dbbed281d6153a4;hb=3ee4e8cea72056ea56fdbfff8bb1b6daf2276933;hp=8aab0d2f1c66ccbe900e032d2b3b1ee06768b282;hpb=0642931f3013976ac4c6dc30b46740d486dae087;p=openssl.git diff --git a/fuzz/asn1parse.c b/fuzz/asn1parse.c index 8aab0d2f1c..ac888e535a 100644 --- a/fuzz/asn1parse.c +++ b/fuzz/asn1parse.c @@ -25,7 +25,7 @@ int FuzzerInitialize(int *argc, char ***argv) { bio_out = BIO_new_file("/dev/null", "w"); OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL); - ERR_get_state(); + ERR_clear_error(); CRYPTO_free_ex_index(0, -1); return 1; }