X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FBN_add.pod;h=88c7a799eea5a119f77ac4e9cbd8e0ac2bf02202;hb=ba544377fb48336b4e29fd494a7faf7c0ba6b1dc;hp=57ae2f17af03b78dca68e66a7e660833c175d5da;hpb=5acaa49504153ecdd9734ac80aeb9153fde94e48;p=oweals%2Fopenssl.git diff --git a/doc/crypto/BN_add.pod b/doc/crypto/BN_add.pod index 57ae2f17af..88c7a799ee 100644 --- a/doc/crypto/BN_add.pod +++ b/doc/crypto/BN_add.pod @@ -73,7 +73,7 @@ remainder in I. BN_mod_add() adds I to I modulo I and places the non-negative result in I. -BN_mod_sub() substracts I from I modulo I and places the +BN_mod_sub() subtracts I from I modulo I and places the non-negative result in I. BN_mod_mul() multiplies I by I and finds the non-negative @@ -111,7 +111,7 @@ The error codes can be obtained by L. =head1 SEE ALSO -L, L, L, +L, L, L, L, L =head1 HISTORY