X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Ferr%2Ferr.c;h=8d0da79f3015bec26f3621d8aa821bb2a587647b;hp=07911e25b22b844fbcbf6342ff692ac39c6b771e;hb=d3d880ce01cfaf0091f46a2f6b5bd146d47a93e7;hpb=9ef73a6fd9a43a79783d2c68339c96532c3209f9;ds=sidebyside diff --git a/crypto/err/err.c b/crypto/err/err.c index 07911e25b2..8d0da79f30 100644 --- a/crypto/err/err.c +++ b/crypto/err/err.c @@ -730,8 +730,6 @@ void ERR_set_error_data(char *data, int flags) return; i = es->top; - if (i == 0) - i = ERR_NUM_ERRORS - 1; err_clear_data(es, i); es->err_data[i] = data;