http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ec846b
)
disable AES_convert_key by #if 0'ing it out (suggested by mcb30)
author
Holger Lubitz
<hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:33:53 +0000
(21:33 +0200)
committer
Holger Lubitz
<hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:33:53 +0000
(21:33 +0200)
src/crypto/axtls/crypto.h
patch
|
blob
|
history
diff --git
a/src/crypto/axtls/crypto.h
b/src/crypto/axtls/crypto.h
index
f6277ad
..
855282f
100644
(file)
--- a/
src/crypto/axtls/crypto.h
+++ b/
src/crypto/axtls/crypto.h
@@
-54,7
+54,9
@@
void AES_set_key(AES_CTX *ctx, const uint8_t *key,
void AES_cbc_encrypt(AES_CTX *ctx, const uint8_t *msg,
uint8_t *out, int length);
void AES_cbc_decrypt(AES_CTX *ks, const uint8_t *in, uint8_t *out, int length);
+#if 0 /** currently unused function **/
void AES_convert_key(AES_CTX *ctx);
+#endif
/**************************************************************************
* RC4 declarations