diff options
Diffstat (limited to 'src/lib/libcrypto/idea/i_ecb.c')
-rw-r--r-- | src/lib/libcrypto/idea/i_ecb.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/lib/libcrypto/idea/i_ecb.c b/src/lib/libcrypto/idea/i_ecb.c index 19521a7536..9f7db232b1 100644 --- a/src/lib/libcrypto/idea/i_ecb.c +++ b/src/lib/libcrypto/idea/i_ecb.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: i_ecb.c,v 1.6 2023/07/08 10:44:00 beck Exp $ */ | 1 | /* $OpenBSD: i_ecb.c,v 1.7 2023/07/28 10:35:14 tb 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 | * |
@@ -60,16 +60,6 @@ | |||
60 | #include "idea_local.h" | 60 | #include "idea_local.h" |
61 | #include <openssl/opensslv.h> | 61 | #include <openssl/opensslv.h> |
62 | 62 | ||
63 | const char * | ||
64 | idea_options(void) | ||
65 | { | ||
66 | if (sizeof(short) != sizeof(IDEA_INT)) | ||
67 | return ("idea(int)"); | ||
68 | else | ||
69 | return ("idea(short)"); | ||
70 | } | ||
71 | LCRYPTO_ALIAS(idea_options); | ||
72 | |||
73 | void | 63 | void |
74 | idea_ecb_encrypt(const unsigned char *in, unsigned char *out, | 64 | idea_ecb_encrypt(const unsigned char *in, unsigned char *out, |
75 | IDEA_KEY_SCHEDULE *ks) | 65 | IDEA_KEY_SCHEDULE *ks) |