summaryrefslogtreecommitdiffstats
path: root/doc/man3/OSSL_CRMF_pbmp_new.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/OSSL_CRMF_pbmp_new.pod')
-rw-r--r--doc/man3/OSSL_CRMF_pbmp_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/OSSL_CRMF_pbmp_new.pod b/doc/man3/OSSL_CRMF_pbmp_new.pod
index 877fee65c2..cdd30ffca1 100644
--- a/doc/man3/OSSL_CRMF_pbmp_new.pod
+++ b/doc/man3/OSSL_CRMF_pbmp_new.pod
@@ -22,7 +22,7 @@ OSSL_CRMF_pbmp_new
OSSL_CRMF_pbm_new() generates a PBM (Password-Based MAC) based on given PBM
parameters B<pbmp>, message B<msg>, and secret B<sec>, along with the respective
-lengths B<msglen> and B<seclen>. On success writes the adddress of the newly
+lengths B<msglen> and B<seclen>. On success writes the address of the newly
allocated MAC via the B<mac> reference parameter and writes the length via the
B<maclen> reference parameter unless it its NULL.