summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-29 00:31:20 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-29 00:31:20 +0000
commit425fb02f20671c332af7b718d1c0e797ad0699eb (patch)
tree66a4ac12032a214bcff2d979e97f6915917e08f3 /sshd.c
parentd09fcf5f6e6905ee2f04b81b6ad97e6d244f5c2a (diff)
- markus@cvs.openbsd.org 2001/03/27 10:34:08
[ssh-rsa.c sshd.c] use EVP_get_digestbynid, reorder some calls and fix missing free.
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index 67bef9f43..961aeeaa0 100644
--- a/sshd.c
+++ b/sshd.c
@@ -40,7 +40,7 @@
40 */ 40 */
41 41
42#include "includes.h" 42#include "includes.h"
43RCSID("$OpenBSD: sshd.c,v 1.179 2001/03/26 08:07:09 markus Exp $"); 43RCSID("$OpenBSD: sshd.c,v 1.180 2001/03/27 10:34:08 markus Exp $");
44 44
45#include <openssl/dh.h> 45#include <openssl/dh.h>
46#include <openssl/bn.h> 46#include <openssl/bn.h>
@@ -648,6 +648,7 @@ main(int ac, char **av)
648 exit(1); 648 exit(1);
649 } 649 }
650 } 650 }
651 SSLeay_add_all_algorithms();
651 652
652 /* 653 /*
653 * Force logging to stderr until we have loaded the private host 654 * Force logging to stderr until we have loaded the private host