mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Remove useless #define
This commit is contained in:
@@ -53,7 +53,4 @@ int crypto_auth_hmacsha256_final(crypto_auth_hmacsha256_state *state,
|
||||
}
|
||||
#endif
|
||||
|
||||
#define crypto_auth_hmacsha256_cp crypto_auth_hmacsha256
|
||||
#define crypto_auth_hmacsha256_cp_verify crypto_auth_hmacsha256_verify
|
||||
|
||||
#endif
|
||||
|
||||
@@ -53,7 +53,4 @@ int crypto_auth_hmacsha512_final(crypto_auth_hmacsha512_state *state,
|
||||
}
|
||||
#endif
|
||||
|
||||
#define crypto_auth_hmacsha512_cp crypto_auth_hmacsha512
|
||||
#define crypto_auth_hmacsha512_cp_verify crypto_auth_hmacsha512_verify
|
||||
|
||||
#endif
|
||||
|
||||
@@ -50,7 +50,4 @@ int crypto_auth_hmacsha512256_final(crypto_auth_hmacsha512256_state *state,
|
||||
}
|
||||
#endif
|
||||
|
||||
#define crypto_auth_hmacsha512256_cp crypto_auth_hmacsha512256
|
||||
#define crypto_auth_hmacsha512256_cp_verify crypto_auth_hmacsha512256_verify
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user