Update various man pages to place HISTORY section after SEE ALSO
[openssl.git] / doc / man3 / SSL_CTX_set_default_passwd_cb.pod
index c7bdc9b92a046afafefc8ea4664559d5d45e362d..bc19890c6d6a0b501bbd69b87f7eabdae4256750 100644 (file)
@@ -90,22 +90,22 @@ truncated.
      return strlen(buf);
  }
 
-=head1 HISTORY
-
-SSL_CTX_get_default_passwd_cb(), SSL_CTX_get_default_passwd_cb_userdata(),
-SSL_set_default_passwd_cb() and SSL_set_default_passwd_cb_userdata() were
-first added to OpenSSL 1.1.0
-
 =head1 SEE ALSO
 
 L<ssl(7)>,
 L<SSL_CTX_use_certificate(3)>
 
+=head1 HISTORY
+
+SSL_CTX_get_default_passwd_cb(), SSL_CTX_get_default_passwd_cb_userdata(),
+SSL_set_default_passwd_cb() and SSL_set_default_passwd_cb_userdata() were
+added in OpenSSL 1.1.0.
+
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
 
-Licensed under the OpenSSL license (the "License").  You may not use
+Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
 in the file LICENSE in the source distribution or at
 L<https://www.openssl.org/source/license.html>.