aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_rand.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-28 20:16:06 +0000
committerUlf Möller <ulf@openssl.org>2000-02-28 20:16:06 +0000
commitc9e1fe33be9d9c60f832c22442cff45bf5a667a5 (patch)
tree95d44f6f6697910d0c4a68848afa4a8b0cc2d02d /apps/app_rand.c
parent2da0c119260afd15433dde7c431c69c837ee840b (diff)
downloadopenssl-c9e1fe33be9d9c60f832c22442cff45bf5a667a5.tar.gz
Fix for non-monolithic build.
Submitted by: Andrew Gray <agray@iconsinc.com>
Diffstat (limited to 'apps/app_rand.c')
-rw-r--r--apps/app_rand.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/app_rand.c b/apps/app_rand.c
index f7f133831d..9835c84ed0 100644
--- a/apps/app_rand.c
+++ b/apps/app_rand.c
@@ -109,7 +109,9 @@
*
*/
+#define NON_MAIN
#include "apps.h"
+#undef NON_MAIN
#include <openssl/bio.h>
#include <openssl/rand.h>