Deprecate ERR_get_state()
[openssl.git] / crypto / err / err_locl.h
index d45a00e7464618d54383a20c5545c30810b8fce3..0374bf6a6f856420861d5d22189171d81ab4f671 100644 (file)
@@ -66,3 +66,5 @@ static ossl_inline void err_clear(ERR_STATE *es, size_t i, int deall)
     es->err_file[i] = NULL;
     es->err_line[i] = -1;
 }
+
+ERR_STATE *err_get_state_int(void);