From: Nikos Mavrogiannopoulos Date: Thu, 24 Jan 2002 19:00:19 +0000 (+0000) Subject: added an #error X-Git-Tag: gnutls_0_3_90~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77a97d780735b95f131b07422e24fbd262ccc088;p=thirdparty%2Fgnutls.git added an #error --- 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: