diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/crypto/io/aes.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/usr/src/uts/common/crypto/io/aes.c b/usr/src/uts/common/crypto/io/aes.c index 4ce7e51380..6a30f0b7bc 100644 --- a/usr/src/uts/common/crypto/io/aes.c +++ b/usr/src/uts/common/crypto/io/aes.c @@ -57,17 +57,6 @@ static struct modlinkage modlinkage = { }; /* - * The following definitions are to keep EXPORT_SRC happy. - */ -#ifndef AES_MIN_KEY_BYTES -#define AES_MIN_KEY_BYTES 0 -#endif - -#ifndef AES_MAX_KEY_BYTES -#define AES_MAX_KEY_BYTES 0 -#endif - -/* * Mechanism info structure passed to KCF during registration. */ static crypto_mech_info_t aes_mech_info_tab[] = { |