Add CMS_uncompress manual page.
[openssl.git] / doc / crypto / bn_internal.pod
index 891914678c476c4dcbbcd936e0a69bb6fa09f15f..6b01e2570b48f0ee7633a885077e2eab44b45d01 100644 (file)
@@ -13,6 +13,8 @@ library internal functions
 
 =head1 SYNOPSIS
 
+ #include <openssl/bn.h>
+
  BN_ULONG bn_mul_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w);
  BN_ULONG bn_mul_add_words(BN_ULONG *rp, BN_ULONG *ap, int num,
    BN_ULONG w);