diff options
author | Gacko <gacko28@gmx.de> | 2014-03-19 09:49:22 +0100 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2014-03-19 09:49:22 +0100 |
commit | a762f72adbd9a057146a29022d292c3217af3f19 (patch) | |
tree | 6ded91a9c411891e9b39a9841ca5373cfc3b5485 /src | |
parent | 38611a6d19e1167730ba2661ff4749e273a44473 (diff) |
Authserver: Fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/server/authserver/Authentication/TOTP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/Authentication/TOTP.h b/src/server/authserver/Authentication/TOTP.h index 04b4a8c2110..7ced260758c 100644 --- a/src/server/authserver/Authentication/TOTP.h +++ b/src/server/authserver/Authentication/TOTP.h @@ -16,7 +16,7 @@ */ #ifndef _TOTP_H -#define _TOPT_H +#define _TOTP_H #include "openssl/hmac.h" #include "openssl/evp.h" |