summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libressl/ressl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libressl/ressl.h b/src/lib/libressl/ressl.h
index 2cad4b4d43..0795a33162 100644
--- a/src/lib/libressl/ressl.h
+++ b/src/lib/libressl/ressl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ressl.h,v 1.18 2014/10/03 14:14:40 tedu Exp $ */ 1/* $OpenBSD: ressl.h,v 1.19 2014/10/09 22:04:33 tedu Exp $ */
2/* 2/*
3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -18,6 +18,8 @@
18#ifndef HEADER_RESSL_H 18#ifndef HEADER_RESSL_H
19#define HEADER_RESSL_H 19#define HEADER_RESSL_H
20 20
21#define RESSL_API 20141008
22
21#define RESSL_PROTOCOL_SSLv3 (1 << 0) 23#define RESSL_PROTOCOL_SSLv3 (1 << 0)
22#define RESSL_PROTOCOL_TLSv1_0 (1 << 1) 24#define RESSL_PROTOCOL_TLSv1_0 (1 << 1)
23#define RESSL_PROTOCOL_TLSv1_1 (1 << 2) 25#define RESSL_PROTOCOL_TLSv1_1 (1 << 2)