Added restrictions on the use of proxy certificates, as they may pose
[openssl.git] / doc / crypto / DSA_size.pod
index 551d1e25abb031ff45d78c3a8b244eddca5aa665..ba4f650361c39c73ee0d515c0ba1357ec7ad6184 100644 (file)
@@ -2,13 +2,13 @@
 
 =head1 NAME
 
-DSA_size - Get DSA signature size
+DSA_size - get DSA signature size
 
 =head1 SYNOPSIS
 
  #include <openssl/dsa.h>
 
- int DSA_size(DSA *dsa);
+ int DSA_size(const DSA *dsa);
 
 =head1 DESCRIPTION