mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Add a comment.
This commit is contained in:
parent
13bf48c77a
commit
981cdfab86
@ -326,7 +326,7 @@ void bn_dump1(FILE *o, const char *a, BN_ULONG *b,int n)
|
||||
int i;
|
||||
fprintf(o, "%s=", a);
|
||||
for (i=n-1;i>=0;i--)
|
||||
fprintf(o, "%08lX", b[i]);
|
||||
fprintf(o, "%08lX", b[i]); /* assumes 32-bit BN_ULONG */
|
||||
fprintf(o, "\n");
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user