From 3aefe30469e55c9d323e7ed246827a1aae0178f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Sun, 27 Feb 2000 18:35:29 +0000 Subject: [PATCH] corrections --- doc/crypto/bn_internal.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.34.1