diff options
Diffstat (limited to 'include/crypto/afsplit.h')
-rw-r--r-- | include/crypto/afsplit.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/crypto/afsplit.h b/include/crypto/afsplit.h index 4cc4ca4..7dd21f0 100644 --- a/include/crypto/afsplit.h +++ b/include/crypto/afsplit.h @@ -18,8 +18,8 @@ * */ -#ifndef QCRYPTO_AFSPLIT_H__ -#define QCRYPTO_AFSPLIT_H__ +#ifndef QCRYPTO_AFSPLIT_H +#define QCRYPTO_AFSPLIT_H #include "crypto/hash.h" @@ -132,4 +132,4 @@ int qcrypto_afsplit_decode(QCryptoHashAlgorithm hash, uint8_t *out, Error **errp); -#endif /* QCRYPTO_AFSPLIT_H__ */ +#endif /* QCRYPTO_AFSPLIT_H */ |