Include openssl compatibility.
Patch from rosenp at gmail.com via openssh-unix-dev.
This commit is contained in:
parent
a4fc253f5f
commit
31b4952516
|
@ -40,6 +40,7 @@
|
|||
#include <openssl/evp.h>
|
||||
#include <openssl/rand.h>
|
||||
#include <openssl/rsa.h>
|
||||
#include "openbsd-compat/openssl-compat.h"
|
||||
#endif
|
||||
|
||||
#include "xmalloc.h"
|
||||
|
|
Loading…
Reference in New Issue