From 2457c19df127456db2af099ae86f68e0b4fdbacf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Sat, 6 Mar 2004 08:43:36 +0000 Subject: [PATCH] typo --- doc/crypto/BN_new.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0