Improve EVP_PKEY_sign documentation
[openssl.git] / doc / crypto / X509_new.pod
index 6de81e3d1d40cafd1b25accdceef5e935751fca7..d38872335fd9bb5309fabb7fdac6f2ca12a94435 100644 (file)
@@ -2,10 +2,12 @@
 
 =head1 NAME
 
-X509_new, X509_free, - X509 certificate ASN1 allocation functions
+X509_new, X509_free - X509 certificate ASN1 allocation functions
 
 =head1 SYNOPSIS
 
+ #include <openssl/x509.h>
+
  X509 *X509_new(void);
  void X509_free(X509 *a);