]> andersk Git - openssh.git/blobdiff - sshd.c
- markus@cvs.openbsd.org 2001/03/27 10:34:08
[openssh.git] / sshd.c
diff --git a/sshd.c b/sshd.c
index 67bef9f43ccc4cd9d28a3218f628ad68b2160cfd..961aeeaa02ddc9273b7ea82a15720783bc63c649 100644 (file)
--- a/sshd.c
+++ b/sshd.c
@@ -40,7 +40,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: sshd.c,v 1.179 2001/03/26 08:07:09 markus Exp $");
+RCSID("$OpenBSD: sshd.c,v 1.180 2001/03/27 10:34:08 markus Exp $");
 
 #include <openssl/dh.h>
 #include <openssl/bn.h>
@@ -648,6 +648,7 @@ main(int ac, char **av)
                        exit(1);
                }
        }
+       SSLeay_add_all_algorithms();
 
        /*
         * Force logging to stderr until we have loaded the private host
This page took 0.033047 seconds and 4 git commands to generate.