mirror of
https://github.com/openssh/libopenssh
synced 2026-04-20 19:56:22 +00:00
kex no longer uses xmalloc.h
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
|
||||
#include <openssl/ecdh.h>
|
||||
|
||||
#include "xmalloc.h"
|
||||
#include "buffer.h"
|
||||
#include "key.h"
|
||||
#include "cipher.h"
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
|
||||
#include <openssl/ecdh.h>
|
||||
|
||||
#include "xmalloc.h"
|
||||
#include "buffer.h"
|
||||
#include "key.h"
|
||||
#include "cipher.h"
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "xmalloc.h"
|
||||
#include "buffer.h"
|
||||
#include "key.h"
|
||||
#include "cipher.h"
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
|
||||
#include <openssl/dh.h>
|
||||
|
||||
#include "xmalloc.h"
|
||||
#include "buffer.h"
|
||||
#include "key.h"
|
||||
#include "cipher.h"
|
||||
|
||||
Reference in New Issue
Block a user