From: Ulf Möller Date: Sun, 27 Feb 2000 18:35:29 +0000 (+0000) Subject: corrections X-Git-Tag: OpenSSL_0_9_5a-beta1~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3aefe30469e55c9d323e7ed246827a1aae0178f1;p=openssl corrections --- diff --git a/doc/crypto/bn_internal.pod b/doc/crypto/bn_internal.pod index 139bff7a1a..5af0c791c8 100644 --- a/doc/crypto/bn_internal.pod +++ b/doc/crypto/bn_internal.pod @@ -200,12 +200,12 @@ B word number. If the number has to be expanded, both macros call bn_expand2(), which allocates a new B array and copies the data. They return B on error, B otherwise. -The bn_fix_top() macro reduces Btop> to most significant -non-zero word when B has shrunk. +The bn_fix_top() macro reduces Btop> to point to the most +significant non-zero word when B has shrunk. =head2 Debugging -bn_check_top() verifies that C<((a)->top E= 0 && (a)-Etop +bn_check_top() verifies that C<((a)-Etop E= 0 && (a)-Etop E= (a)-Emax)>. A violation will cause the program to abort. bn_print() prints B to stderr. bn_dump() prints B words at B @@ -213,7 +213,7 @@ bn_print() prints B to stderr. bn_dump() prints B words at B bn_set_max() makes B a static number with a B of its current size. This is used by bn_set_low() and bn_set_high() to make B a read-only -B that contains the B lower or higher words of B. +B that contains the B low or high words of B. If B is not defined, bn_check_top(), bn_print(), bn_dump() and bn_set_max() are defined as empty macros.