diff options
Diffstat (limited to 'lib/cryptohi/key.h')
-rw-r--r-- | lib/cryptohi/key.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/cryptohi/key.h b/lib/cryptohi/key.h index 3e89b74cb..8392031c5 100644 --- a/lib/cryptohi/key.h +++ b/lib/cryptohi/key.h @@ -2,11 +2,13 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -/* This header is deprecated. Please include keyhi.h instead. */ - #ifndef _KEY_H_ #define _KEY_H_ +#if defined(_MSC_VER) || defined(__GNUC__) || defined(__clang__) +#pragma message("key.h is deprecated. Please include keyhi.h instead.") +#endif + #include "keyhi.h" #endif /* _KEY_H_ */ |