summaryrefslogtreecommitdiff
path: root/bufaux.h
diff options
context:
space:
mode:
Diffstat (limited to 'bufaux.h')
-rw-r--r--bufaux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bufaux.h b/bufaux.h
index ec4300227..8902ec2a8 100644
--- a/bufaux.h
+++ b/bufaux.h
@@ -10,12 +10,13 @@
10 * called by a name other than "ssh" or "Secure Shell". 10 * called by a name other than "ssh" or "Secure Shell".
11 */ 11 */
12 12
13/* RCSID("$OpenBSD: bufaux.h,v 1.10 2001/01/10 22:56:22 markus Exp $"); */ 13/* RCSID("$OpenBSD: bufaux.h,v 1.11 2001/01/21 19:05:45 markus Exp $"); */
14 14
15#ifndef BUFAUX_H 15#ifndef BUFAUX_H
16#define BUFAUX_H 16#define BUFAUX_H
17 17
18#include "buffer.h" 18#include "buffer.h"
19#include <openssl/bn.h>
19 20
20/* 21/*
21 * Stores an BIGNUM in the buffer with a 2-byte msb first bit count, followed 22 * Stores an BIGNUM in the buffer with a 2-byte msb first bit count, followed