summaryrefslogtreecommitdiffstats
path: root/crypto.h
diff options
context:
space:
mode:
authorAdriaan de Jong <dejong@fox-it.com>2011-06-23 09:05:12 +0200
committerDavid Sommerseth <davids@redhat.com>2011-10-19 22:05:45 +0200
commitb5738e5b858274785eff30edb4748e3f641e0b1c (patch)
treeb57615baf8f06373141794c491aa0ac0cd48e93c /crypto.h
parent6825182b8137c036afcdc0e48397c0ea5ffc2404 (diff)
downloadopenvpn-b5738e5b858274785eff30edb4748e3f641e0b1c.tar.gz
openvpn-b5738e5b858274785eff30edb4748e3f641e0b1c.tar.xz
openvpn-b5738e5b858274785eff30edb4748e3f641e0b1c.zip
Refactored OpenSSL-specific constants
[David S: Fixed a few whitespace errors before merging] Signed-off-by: Adriaan de Jong <dejong@fox-it.com> Acked-by: David Sommerseth <davids@redhat.com> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'crypto.h')
-rw-r--r--crypto.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/crypto.h b/crypto.h
index a45fe70..5165d0f 100644
--- a/crypto.h
+++ b/crypto.h
@@ -6,6 +6,7 @@
* packet compression.
*
* Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ * Copyright (C) 2010 Fox Crypto B.V. <openvpn@fox-it.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2
@@ -22,14 +23,13 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-
/**
- * @file
+ * @file Data Channel Cryptography Module
*/
-
#ifndef CRYPTO_H
#define CRYPTO_H
+
#ifdef USE_CRYPTO
#define ALLOW_NON_CBC_CIPHERS
@@ -63,6 +63,7 @@
#include <openssl/des_old.h>
#endif
+#include "crypto_backend.h"
#include "basic.h"
#include "buffer.h"
#include "packet_id.h"