Remove useless #define

This commit is contained in:
Frank Denis 2014-04-14 21:18:41 -07:00
parent 665859e302
commit 99970e2411
3 changed files with 0 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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