Deprecate ERR_free_strings() and make it a no-op
[oweals/openssl.git] / doc / crypto / err.pod
index 6847f2153c4a6fd0f67bb6419984b8927c6b0f08..0313aa38b8356dfbffe40fed395e68e07eede121 100644 (file)
@@ -33,7 +33,6 @@ err - error codes
  void ERR_print_errors_fp(FILE *fp);
 
  void ERR_load_crypto_strings(void);
- void ERR_free_strings(void);
 
  void ERR_put_error(int lib, int func, int reason, const char *file,
          int line);
@@ -49,6 +48,11 @@ Deprecated:
  void ERR_remove_state(unsigned long pid);
  #endif
 
+ #if OPENSSL_API_COMPAT < 0x10100000L
+ # define ERR_free_strings()
+ #endif
+
+
 =head1 DESCRIPTION
 
 When a call to the OpenSSL library fails, this is usually signaled