summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-01-24 19:00:19 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-01-24 19:00:19 +0000
commit77a97d780735b95f131b07422e24fbd262ccc088 (patch)
tree5cc2344783cdb7c6353352376655bac4f7d498fa
parent68dc1f78901e2bd23eb2f0ae8a752cb5f901beda (diff)
downloadgnutls-77a97d780735b95f131b07422e24fbd262ccc088.tar.gz
added an #error
-rw-r--r--lib/gnutls_random.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_random.c b/lib/gnutls_random.c
index 9c363da1f3..b2acb0cb72 100644
--- a/lib/gnutls_random.c
+++ b/lib/gnutls_random.c
@@ -40,6 +40,8 @@ int _gnutls_get_random(opaque * res, int bytes, int dev)
struct timeval tv;
char prand[16];
char *device;
+
+#error DONT USE THAT
switch(dev) {
case 1: