summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbcook <>2014-11-19 11:37:52 +0000
committerbcook <>2014-11-19 11:37:52 +0000
commit69e2d970fe98b1af3d31a89e15468d1d726b48e3 (patch)
tree373f5a36a1dfd096621178522150073060d012fe /src
parentd5b710566ddc0711d1f7e762879fafb3e5ac6c1a (diff)
downloadopenbsd-69e2d970fe98b1af3d31a89e15468d1d726b48e3.tar.gz
openbsd-69e2d970fe98b1af3d31a89e15468d1d726b48e3.tar.bz2
openbsd-69e2d970fe98b1af3d31a89e15468d1d726b48e3.zip
include camellia.h using the public include path
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/camellia/camellia.c4
-rw-r--r--src/lib/libssl/src/crypto/camellia/camellia.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/camellia/camellia.c b/src/lib/libcrypto/camellia/camellia.c
index f001b9847d..cb577798a8 100644
--- a/src/lib/libcrypto/camellia/camellia.c
+++ b/src/lib/libcrypto/camellia/camellia.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: camellia.c,v 1.9 2014/11/13 20:01:58 miod Exp $ */ 1/* $OpenBSD: camellia.c,v 1.10 2014/11/19 11:37:52 bcook Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) . 3 * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) .
4 * ALL RIGHTS RESERVED. 4 * ALL RIGHTS RESERVED.
@@ -84,9 +84,9 @@
84 84
85#include <stdlib.h> 85#include <stdlib.h>
86#include <string.h> 86#include <string.h>
87#include <openssl/camellia.h>
87#include <openssl/opensslconf.h> 88#include <openssl/opensslconf.h>
88 89
89#include "camellia.h"
90#include "cmll_locl.h" 90#include "cmll_locl.h"
91 91
92/* 32-bit rotations */ 92/* 32-bit rotations */
diff --git a/src/lib/libssl/src/crypto/camellia/camellia.c b/src/lib/libssl/src/crypto/camellia/camellia.c
index f001b9847d..cb577798a8 100644
--- a/src/lib/libssl/src/crypto/camellia/camellia.c
+++ b/src/lib/libssl/src/crypto/camellia/camellia.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: camellia.c,v 1.9 2014/11/13 20:01:58 miod Exp $ */ 1/* $OpenBSD: camellia.c,v 1.10 2014/11/19 11:37:52 bcook Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) . 3 * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) .
4 * ALL RIGHTS RESERVED. 4 * ALL RIGHTS RESERVED.
@@ -84,9 +84,9 @@
84 84
85#include <stdlib.h> 85#include <stdlib.h>
86#include <string.h> 86#include <string.h>
87#include <openssl/camellia.h>
87#include <openssl/opensslconf.h> 88#include <openssl/opensslconf.h>
88 89
89#include "camellia.h"
90#include "cmll_locl.h" 90#include "cmll_locl.h"
91 91
92/* 32-bit rotations */ 92/* 32-bit rotations */