diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2023-11-12 10:49:28 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2023-11-12 10:49:28 +0000 |
commit | 6196aa504c2d5e063586230895b5c10f6c3e42fc (patch) | |
tree | 0855b01023771f612942580b66de43241fd4ba36 /lib/libcrypto/arch | |
parent | 3724f48fdd52e4b8e3aeb06622fa060cd4e6984c (diff) |
split the Symbols.list up so that arch specific symbols do not end up everywhere
ok tb@
Diffstat (limited to 'lib/libcrypto/arch')
-rw-r--r-- | lib/libcrypto/arch/amd64/Symbols.list | 1 | ||||
-rw-r--r-- | lib/libcrypto/arch/i386/Symbols.list | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/libcrypto/arch/amd64/Symbols.list b/lib/libcrypto/arch/amd64/Symbols.list new file mode 100644 index 00000000000..4a0badae415 --- /dev/null +++ b/lib/libcrypto/arch/amd64/Symbols.list @@ -0,0 +1 @@ +OPENSSL_ia32cap_P diff --git a/lib/libcrypto/arch/i386/Symbols.list b/lib/libcrypto/arch/i386/Symbols.list new file mode 100644 index 00000000000..4a0badae415 --- /dev/null +++ b/lib/libcrypto/arch/i386/Symbols.list @@ -0,0 +1 @@ +OPENSSL_ia32cap_P |