PR: 2527
[oweals/openssl.git] / doc / crypto / bn_internal.pod
index d39ce90939a27f975adbd266b48d74a9ff7e1001..91840b0f0d63cec7fb409c975c375ccf521e3b53 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);