summaryrefslogtreecommitdiffstats
path: root/crypto/bn/exp.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-01-14 17:55:37 +0000
committerBodo Möller <bodo@openssl.org>2000-01-14 17:55:37 +0000
commit0c50e02b30de26a9a5027a1065db7e07fd91469a (patch)
treeb8db8b6be9a99887365ad7dda250b9c7640c1042 /crypto/bn/exp.c
parenta8eeb155b5323809113e57e62de887b31f9fba7b (diff)
- Pseudo-seed the PRNG in programs used for "make test"
because otherwise BN_rand will fail unless DEVRANDOM works, which causes the programs to dump core because they don't check the return value of BN_rand (and if they did, we still couldn't test anything). - add comment to some files that appear not to be used at all.
Diffstat (limited to 'crypto/bn/exp.c')
-rw-r--r--crypto/bn/exp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bn/exp.c b/crypto/bn/exp.c
index ec443459d8..4865b0ef74 100644
--- a/crypto/bn/exp.c
+++ b/crypto/bn/exp.c
@@ -1,3 +1,5 @@
+/* unused */
+
#include <stdio.h>
#include <openssl/tmdiff.h>
#include "bn_lcl.h"