summaryrefslogtreecommitdiffstats
path: root/lib/libssl/ssl.h
diff options
context:
space:
mode:
authorbcook <bcook@openbsd.org>2014-12-10 14:51:00 +0000
committerbcook <bcook@openbsd.org>2014-12-10 14:51:00 +0000
commitc2e63fbdd20c9f31818122969f066a4eba39932f (patch)
tree75d2490295aa9357c59214008d759dd36fd3758c /lib/libssl/ssl.h
parentAdd an unmute quirk for HP machines with the IDT 92HD75B1/2 codec. (diff)
downloadwireguard-openbsd-c2e63fbdd20c9f31818122969f066a4eba39932f.tar.xz
wireguard-openbsd-c2e63fbdd20c9f31818122969f066a4eba39932f.zip
add stdint.h to ssl.h.
ok jsing@
Diffstat (limited to 'lib/libssl/ssl.h')
-rw-r--r--lib/libssl/ssl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libssl/ssl.h b/lib/libssl/ssl.h
index 2b14116e4cd..e8388923a4d 100644
--- a/lib/libssl/ssl.h
+++ b/lib/libssl/ssl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl.h,v 1.73 2014/12/06 13:51:06 jsing Exp $ */
+/* $OpenBSD: ssl.h,v 1.74 2014/12/10 14:51:00 bcook Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -143,6 +143,8 @@
#ifndef HEADER_SSL_H
#define HEADER_SSL_H
+#include <stdint.h>
+
#include <openssl/opensslconf.h>
#include <openssl/hmac.h>
#include <openssl/pem.h>