fix typos
[openssl.git] / doc / crypto / CONF_modules_free.pod
index af8ae6a5c92dbce56e7d8e34e0ab73bfa1998438..87bc7b783c9e646a147c25fe4d3c9dde22e0abe4 100644 (file)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
- CONF_modules_free, CONF_modules_load, CONF_modules_unload -
+ CONF_modules_free, CONF_modules_finish, CONF_modules_unload -
  OpenSSL configuration cleanup functions
 
 =head1 SYNOPSIS
@@ -10,8 +10,8 @@
  #include <openssl/conf.h>
 
  void CONF_modules_free(void);
- void CONF_modules_unload(int all);
  void CONF_modules_finish(void);
+ void CONF_modules_unload(int all);
 
 =head1 DESCRIPTION