summaryrefslogtreecommitdiff
path: root/ssh-ecdsa.c
diff options
context:
space:
mode:
authordjm <djm>2010-08-31 12:50:48 +0000
committerdjm <djm>2010-08-31 12:50:48 +0000
commit4a5b2688b8ffcb62e97f6dc94931fe694150a3e2 (patch)
treed966ad6eb576769f2f6c8eb59a877a6d8592fbec /ssh-ecdsa.c
parent71014e5a6eb8414d6711dc47c302b0facf170e51 (diff)
downloadopenssh-4a5b2688b8ffcb62e97f6dc94931fe694150a3e2.tar.gz
- (djm) [bufec.c kexecdh.c kexecdhc.c kexecdhs.c ssh-ecdsa.c] include
includes.h
Diffstat (limited to 'ssh-ecdsa.c')
-rw-r--r--ssh-ecdsa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh-ecdsa.c b/ssh-ecdsa.c
index a1c1bdb6..3069ca5b 100644
--- a/ssh-ecdsa.c
+++ b/ssh-ecdsa.c
@@ -24,6 +24,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "includes.h"
+
#include <sys/types.h>
#include <openssl/bn.h>