From: Ulf Möller Date: Sat, 6 Mar 2004 08:43:36 +0000 (+0000) Subject: typo X-Git-Tag: LEVITTE_before_const~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2457c19df127456db2af099ae86f68e0b4fdbacf;p=openssl typo --- diff --git a/doc/crypto/BN_new.pod b/doc/crypto/BN_new.pod index 3033789c51..ab7a105e3a 100644 --- a/doc/crypto/BN_new.pod +++ b/doc/crypto/BN_new.pod @@ -20,7 +20,7 @@ BN_new, BN_init, BN_clear, BN_free, BN_clear_free - allocate and free BIGNUMs =head1 DESCRIPTION -BN_new() allocated and initializes a B structure. BN_init() +BN_new() allocates and initializes a B structure. BN_init() initializes an existing uninitialized B. BN_clear() is used to destroy sensitive data such as keys when they