Swap to FIPS186-2 DSA generation outside of the FIPS module
[openssl.git] / doc / man3 / X509_check_purpose.pod
index 6af9e79815e4d4f34781aba07c6080486103d940..e0f1353842ae50e6398300a7fec60b41337aa6b0 100644 (file)
@@ -8,7 +8,7 @@ X509_check_purpose - Check the purpose of a certificate
 
  #include <openssl/x509v3.h>
 
- int X509_check_purpose(X509 *x, int id, int ca)
+ int X509_check_purpose(X509 *x, int id, int ca);
 
 =head1 DESCRIPTION