diff options
| author | joshua <> | 2024-03-29 01:47:29 +0000 |
|---|---|---|
| committer | joshua <> | 2024-03-29 01:47:29 +0000 |
| commit | 180ff1f0243566d2bdec5895a9f30bdeb795c928 (patch) | |
| tree | 452259c0fee1c60e6a350ce598f802264c12aa68 /src/lib/libcrypto/des/xcbc_enc.c | |
| parent | f8ad9d09c9360bde74a2c15f487d03b470375d10 (diff) | |
| download | openbsd-180ff1f0243566d2bdec5895a9f30bdeb795c928.tar.gz openbsd-180ff1f0243566d2bdec5895a9f30bdeb795c928.tar.bz2 openbsd-180ff1f0243566d2bdec5895a9f30bdeb795c928.zip | |
Hide symbols in DES
ok jsing beck
Diffstat (limited to 'src/lib/libcrypto/des/xcbc_enc.c')
| -rw-r--r-- | src/lib/libcrypto/des/xcbc_enc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/des/xcbc_enc.c b/src/lib/libcrypto/des/xcbc_enc.c index 87f348a9ab..90607cad33 100644 --- a/src/lib/libcrypto/des/xcbc_enc.c +++ b/src/lib/libcrypto/des/xcbc_enc.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: xcbc_enc.c,v 1.12 2023/07/08 07:34:34 jsing Exp $ */ | 1 | /* $OpenBSD: xcbc_enc.c,v 1.13 2024/03/29 01:47:29 joshua Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -151,3 +151,4 @@ DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, | |||
| 151 | inW0 = inW1 = outW0 = outW1 = 0; | 151 | inW0 = inW1 = outW0 = outW1 = 0; |
| 152 | tin[0] = tin[1] = 0; | 152 | tin[0] = tin[1] = 0; |
| 153 | } | 153 | } |
| 154 | LCRYPTO_ALIAS(DES_xcbc_encrypt); | ||
