提交 981cdfab 编写于 作者: B Bodo Möller

Add a comment.

上级 13bf48c7
...@@ -326,7 +326,7 @@ void bn_dump1(FILE *o, const char *a, BN_ULONG *b,int n) ...@@ -326,7 +326,7 @@ void bn_dump1(FILE *o, const char *a, BN_ULONG *b,int n)
int i; int i;
fprintf(o, "%s=", a); fprintf(o, "%s=", a);
for (i=n-1;i>=0;i--) 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"); fprintf(o, "\n");
} }
#endif #endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册