]> WPIA git - cassiopeia.git/blobdiff - lib/openssl/doc/crypto/DSA_generate_key.pod
upd: openssl to 1.1.0
[cassiopeia.git] / lib / openssl / doc / crypto / DSA_generate_key.pod
index af83ccfaa16ba415d5d5cc113e67941a308820b4..4781abed7a9b466b8583c242f35256f1399e50b1 100644 (file)
@@ -20,15 +20,20 @@ The PRNG must be seeded prior to calling DSA_generate_key().
 =head1 RETURN VALUE
 
 DSA_generate_key() returns 1 on success, 0 otherwise.
-The error codes can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>.
+The error codes can be obtained by L<ERR_get_error(3)>.
 
 =head1 SEE ALSO
 
-L<dsa(3)|dsa(3)>, L<ERR_get_error(3)|ERR_get_error(3)>, L<rand(3)|rand(3)>,
-L<DSA_generate_parameters(3)|DSA_generate_parameters(3)>
+L<dsa(3)>, L<ERR_get_error(3)>, L<rand(3)>,
+L<DSA_generate_parameters(3)>
 
-=head1 HISTORY
+=head1 COPYRIGHT
 
-DSA_generate_key() is available since SSLeay 0.8.
+Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+
+Licensed under the OpenSSL license (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>.
 
 =cut