summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/pubkey/xmss/xmss_publickey.h
blob: eba27fc95f9dbb3d464ae600ca18ef786655edb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * (C) 2016,2017,2018 Matthias Gierlings
 *
 * Botan is released under the Simplified BSD License (see license.txt)
 **/

#ifndef BOTAN_XMSS_PUBLICKEY_H_
#define BOTAN_XMSS_PUBLICKEY_H_

#include <botan/xmss.h>
BOTAN_DEPRECATED_HEADER(xmss_publickey.h)

#endif