diff options
author | Josef 'Jeff' Sipek <jeffpc@josefsipek.net> | 2014-04-22 13:16:51 -0400 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2014-04-23 09:27:27 -0700 |
commit | 3b082ee621e893f087e4272c7e8b6d512d24e155 (patch) | |
tree | e933367ae75573dd0ba7625ae4dec116ab7837e6 /usr/src | |
parent | 6907ca4bc759c5fd81b8a60fc5e1a1c7d1972e6a (diff) | |
download | illumos-joyent-3b082ee621e893f087e4272c7e8b6d512d24e155.tar.gz |
4746 remove EXPORT_SRC leftovers
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Robert Mustacchi <rm@joyent.com>
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[] = { |