summaryrefslogtreecommitdiff
path: root/lib/libcrypto/modes/xts128.c
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2023-07-08 14:56:55 +0000
committerBob Beck <beck@cvs.openbsd.org>2023-07-08 14:56:55 +0000
commitd4c40ff7302cc1887ca823d904625708e13004a6 (patch)
tree2033531a32be09534ea3a0ea77dda423cbfe8a4e /lib/libcrypto/modes/xts128.c
parent0698011bc89759351e23ec3d98f192102e3bf150 (diff)
Hide symbols in modes.h
ok tb@
Diffstat (limited to 'lib/libcrypto/modes/xts128.c')
-rw-r--r--lib/libcrypto/modes/xts128.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/modes/xts128.c b/lib/libcrypto/modes/xts128.c
index 449a802f37d..7516acf850d 100644
--- a/lib/libcrypto/modes/xts128.c
+++ b/lib/libcrypto/modes/xts128.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xts128.c,v 1.11 2023/07/08 14:55:36 beck Exp $ */
+/* $OpenBSD: xts128.c,v 1.12 2023/07/08 14:56:54 beck Exp $ */
/* ====================================================================
* Copyright (c) 2011 The OpenSSL Project. All rights reserved.
*
@@ -194,3 +194,4 @@ CRYPTO_xts128_encrypt(const XTS128_CONTEXT *ctx, const unsigned char iv[16],
return 0;
}
+LCRYPTO_ALIAS(CRYPTO_xts128_encrypt);