diff options
author | Jack Lloyd <[email protected]> | 2016-11-25 11:35:07 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-11-25 11:35:54 -0500 |
commit | 1adda900e3fcc8b874f7bc8c18665150b40a5c80 (patch) | |
tree | a9db5b14e8bd60086e8d7203c23ecf8e0e88b7b3 /src/lib/pubkey/xmss/xmss_wots_privatekey.h | |
parent | 54da2ad8474401d8d3bdd97d62cb96b3244cdaac (diff) |
Avoid having source files start with /**
This caused Doxygen to dump the copyright notices for those files into
the Botan namespace description, which is not helpful.
[ci skip]
Diffstat (limited to 'src/lib/pubkey/xmss/xmss_wots_privatekey.h')
-rw-r--r-- | src/lib/pubkey/xmss/xmss_wots_privatekey.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pubkey/xmss/xmss_wots_privatekey.h b/src/lib/pubkey/xmss/xmss_wots_privatekey.h index 1a6e50fe8..71e87ef48 100644 --- a/src/lib/pubkey/xmss/xmss_wots_privatekey.h +++ b/src/lib/pubkey/xmss/xmss_wots_privatekey.h @@ -1,4 +1,4 @@ -/** +/* * XMSS WOTS Private Key * (C) 2016 Matthias Gierlings * |