Remove useless #define
This commit is contained in:
parent
665859e302
commit
99970e2411
@ -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