diff options
Diffstat (limited to 'src/lib/pubkey/xmss/xmss_wots_privatekey.h')
-rw-r--r-- | src/lib/pubkey/xmss/xmss_wots_privatekey.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/lib/pubkey/xmss/xmss_wots_privatekey.h b/src/lib/pubkey/xmss/xmss_wots_privatekey.h deleted file mode 100644 index 2d631598b..000000000 --- a/src/lib/pubkey/xmss/xmss_wots_privatekey.h +++ /dev/null @@ -1,15 +0,0 @@ -/* - * XMSS WOTS Private Key - * (C) 2016,2017 Matthias Gierlings - * - * Botan is released under the Simplified BSD License (see license.txt) - **/ - -#ifndef BOTAN_XMSS_WOTS_PRIVATEKEY_H_ -#define BOTAN_XMSS_WOTS_PRIVATEKEY_H_ - -#include <botan/xmss.h> -BOTAN_DEPRECATED_HEADER(xmss_wots_privatekey.h) - -#endif - |