mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-23 18:23:25 +08:00
Fix building without openssl.
This fixes the following when there are no openssl headers on the system: ssh-ecdsa-sk.c:34:10: fatal error: 'openssl/bn.h' file not found
This commit is contained in:
parent
e6b7157b4e
commit
0488dc2d30
@ -31,10 +31,12 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef WITH_OPENSSL
|
||||
#include <openssl/bn.h>
|
||||
#include <openssl/ec.h>
|
||||
#include <openssl/ecdsa.h>
|
||||
#include <openssl/evp.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h> /* needed for DEBUG_SK only */
|
||||
|
Loading…
Reference in New Issue
Block a user