kex no longer uses xmalloc.h

This commit is contained in:
Markus Friedl
2012-01-20 00:21:00 +01:00
parent f25d6cdfc8
commit 7806c429af
4 changed files with 0 additions and 4 deletions

View File

@@ -32,7 +32,6 @@
#include <openssl/ecdh.h>
#include "xmalloc.h"
#include "buffer.h"
#include "key.h"
#include "cipher.h"

View File

@@ -30,7 +30,6 @@
#include <openssl/ecdh.h>
#include "xmalloc.h"
#include "buffer.h"
#include "key.h"
#include "cipher.h"

View File

@@ -32,7 +32,6 @@
#include <string.h>
#include <signal.h>
#include "xmalloc.h"
#include "buffer.h"
#include "key.h"
#include "cipher.h"

View File

@@ -32,7 +32,6 @@
#include <openssl/dh.h>
#include "xmalloc.h"
#include "buffer.h"
#include "key.h"
#include "cipher.h"