summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/modes/modes_lcl.h
diff options
context:
space:
mode:
authorbcook <>2021-11-09 18:40:21 +0000
committerbcook <>2021-11-09 18:40:21 +0000
commit32252b67905445c5f332781497a1509d803f7aee (patch)
tree3d08be06ef36588938f48b03e786f7f3d32b03f2 /src/lib/libcrypto/modes/modes_lcl.h
parent07305e812277e705090ef12fc544cfaca761f7b0 (diff)
downloadopenbsd-32252b67905445c5f332781497a1509d803f7aee.tar.gz
openbsd-32252b67905445c5f332781497a1509d803f7aee.tar.bz2
openbsd-32252b67905445c5f332781497a1509d803f7aee.zip
Switch to <endian.h> from <machine/endian.h> for better portability.
ok tb@
Diffstat (limited to 'src/lib/libcrypto/modes/modes_lcl.h')
-rw-r--r--src/lib/libcrypto/modes/modes_lcl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/modes/modes_lcl.h b/src/lib/libcrypto/modes/modes_lcl.h
index f8830e4deb..91820897f7 100644
--- a/src/lib/libcrypto/modes/modes_lcl.h
+++ b/src/lib/libcrypto/modes/modes_lcl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: modes_lcl.h,v 1.10 2016/12/21 15:49:29 jsing Exp $ */ 1/* $OpenBSD: modes_lcl.h,v 1.11 2021/11/09 18:40:21 bcook Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 2010 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 2010 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -6,7 +6,7 @@
6 * ==================================================================== 6 * ====================================================================
7 */ 7 */
8 8
9#include <machine/endian.h> 9#include <endian.h>
10 10
11#include <openssl/opensslconf.h> 11#include <openssl/opensslconf.h>
12 12