These are updates/fixes to DH/DSA/RAND docs based on the fixes to the RSA
[openssl.git] / doc / crypto / DSA_dup_DH.pod
index 29cb1075d1103c23efc1b49239867290d03a178a..fdfe125ab0136775c1ce569236f7f1511e4d8c38 100644 (file)
@@ -8,7 +8,7 @@ DSA_dup_DH - create a DH structure out of DSA structure
 
  #include <openssl/dsa.h>
 
- DH * DSA_dup_DH(DSA *r);
+ DH * DSA_dup_DH(const DSA *r);
 
 =head1 DESCRIPTION