Fix small documentation issues
[oweals/openssl.git] / doc / man3 / ASN1_STRING_new.pod
index 581d3f6e368d4fd5b52b842ffb6512413b1b9869..83f6aaa6f8d2c5fc3fcba4a67c05f77d6f6f9643 100644 (file)
@@ -9,8 +9,8 @@ ASN1_STRING allocation functions
 
  #include <openssl/asn1.h>
 
- ASN1_STRING * ASN1_STRING_new(void);
- ASN1_STRING * ASN1_STRING_type_new(int type);
+ ASN1_STRING *ASN1_STRING_new(void);
+ ASN1_STRING *ASN1_STRING_type_new(int type);
  void ASN1_STRING_free(ASN1_STRING *a);
 
 =head1 DESCRIPTION