mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 10:05:05 -07:00
Remove useless #define
This commit is contained in:
parent
3c322ca7b9
commit
e43a669b6e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user