Make NO_RSA compile with pedantic.

This commit is contained in:
Ben Laurie
2000-01-08 21:06:24 +00:00
parent c3ed3b6eab
commit 752d706aaf
16 changed files with 90 additions and 1 deletions

View File

@@ -421,4 +421,10 @@ int ssl2_shutdown(SSL *s)
s->shutdown=(SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN);
return(1);
}
#else /* !NO_RSA */
# if PEDANTIC
static void *dummy=&dummy;
# endif
#endif