summaryrefslogtreecommitdiff
path: root/sshbuf-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshbuf-io.c')
-rw-r--r--sshbuf-io.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sshbuf-io.c b/sshbuf-io.c
index 65f745858..13ef40e7d 100644
--- a/sshbuf-io.c
+++ b/sshbuf-io.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshbuf-io.c,v 1.1 2020/01/25 23:02:14 djm Exp $ */ 1/* $OpenBSD: sshbuf-io.c,v 1.2 2020/01/25 23:28:06 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2011 Damien Miller 3 * Copyright (c) 2011 Damien Miller
4 * 4 *
@@ -26,7 +26,6 @@
26#include <string.h> 26#include <string.h>
27 27
28#include "ssherr.h" 28#include "ssherr.h"
29#define SSHBUF_INTERNAL
30#include "sshbuf.h" 29#include "sshbuf.h"
31#include "atomicio.h" 30#include "atomicio.h"
32 31