summaryrefslogtreecommitdiff
path: root/ssh-ecdsa.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-08-31 22:50:48 +1000
committerDamien Miller <djm@mindrot.org>2010-08-31 22:50:48 +1000
commitc79ff0770e0ac1e0d9acc2741190cf7599bb6bd8 (patch)
treef13097c15373de13c45be983468404a6b6b53610 /ssh-ecdsa.c
parentb5a62d0300b9e469ee2e84df6de1ad36e32ed4d7 (diff)
downloadopenssh-git-c79ff0770e0ac1e0d9acc2741190cf7599bb6bd8.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>