aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/crypt/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/crypt/auth.h')
-rw-r--r--include/osmocom/crypt/auth.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmocom/crypt/auth.h b/include/osmocom/crypt/auth.h
index 871e7c87..bed48e78 100644
--- a/include/osmocom/crypt/auth.h
+++ b/include/osmocom/crypt/auth.h
@@ -1,5 +1,4 @@
-#ifndef _OSMOCRYPTO_AUTH_H
-#define _OSMOCRYPTO_AUTH_H
+#pragma once
/*! \addtogroup auth
* @{
@@ -96,6 +95,4 @@ int osmo_auth_supported(enum osmo_auth_algo algo);
const char *osmo_auth_alg_name(enum osmo_auth_algo alg);
enum osmo_auth_algo osmo_auth_alg_parse(const char *name);
-#endif /* _OSMOCRYPTO_AUTH_H */
-
/* @} */