From a22ba0152cebff060be2de75ce2ab52a2442ea73 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 2 Mar 2000 23:09:20 +1100 Subject: - Big cleanup of autoconf code - Rearranged to be a little more logical - Added -R option for Solaris - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program to detect library and header location _and_ ensure library has proper RSA support built in (this is a problem with OpenSSL 0.9.5). --- sshd.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sshd.c') diff --git a/sshd.c b/sshd.c index bffbe59dc..0a6045e7f 100644 --- a/sshd.c +++ b/sshd.c @@ -379,9 +379,6 @@ main(int ac, char **av) case '?': default: fprintf(stderr, "sshd version %s\n", SSH_VERSION); -#ifdef RSAREF - fprintf(stderr, "Compiled with RSAref.\n"); -#endif fprintf(stderr, "Usage: %s [options]\n", av0); fprintf(stderr, "Options:\n"); fprintf(stderr, " -f file Configuration file (default %s)\n", SERVER_CONFIG_FILE); -- cgit v1.2.3