summaryrefslogtreecommitdiff
path: root/include/crypto/lhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/lhash.h')
-rw-r--r--include/crypto/lhash.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/crypto/lhash.h b/include/crypto/lhash.h
index ab060cce74b4..0f64869f54ba 100644
--- a/include/crypto/lhash.h
+++ b/include/crypto/lhash.h
@@ -1,7 +1,7 @@
/*
- * Copyright 2018 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved.
*
- * Licensed under the OpenSSL license (the "License"). You may not use
+ * Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html
@@ -9,7 +9,8 @@
#ifndef OSSL_CRYPTO_LHASH_H
# define OSSL_CRYPTO_LHASH_H
+# pragma once
-unsigned long openssl_lh_strcasehash(const char *);
+unsigned long ossl_lh_strcasehash(const char *);
-#endif
+#endif /* OSSL_CRYPTO_LHASH_H */