Mercurial > dropbear
comparison svr-session.c @ 795:7f604f9b3756 ecc
ecdsa is working
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 03 May 2013 23:07:48 +0800 |
parents | d1575fdc29a6 |
children | 7dcb46da72d9 |
comparison
equal
deleted
inserted
replaced
794:d386defb5376 | 795:7f604f9b3756 |
---|---|
75 | 75 |
76 void svr_session(int sock, int childpipe) { | 76 void svr_session(int sock, int childpipe) { |
77 char *host, *port; | 77 char *host, *port; |
78 size_t len; | 78 size_t len; |
79 | 79 |
80 crypto_init(); | |
81 common_session_init(sock, sock); | 80 common_session_init(sock, sock); |
82 | 81 |
83 /* Initialise server specific parts of the session */ | 82 /* Initialise server specific parts of the session */ |
84 svr_ses.childpipe = childpipe; | 83 svr_ses.childpipe = childpipe; |
85 #ifdef USE_VFORK | 84 #ifdef USE_VFORK |