aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2008-09-30 01:20:04 +0100
committerMichael Brown <mcb30@etherboot.org>2008-10-01 19:24:56 +0100
commit521549d90076b0745eef85e5ab37047658b73b96 (patch)
tree5c266113a3830f1a5e7bb0b027dcf253476ee8ba /src/crypto
parent9dccbc0af2337e3e81716b338c0f55449c0be360 (diff)
downloadipxe-521549d90076b0745eef85e5ab37047658b73b96.tar.gz
[crypto] Rename <gpxe/bitops.h> to <gpxe/rotate.h>
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/cryptoLayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/cryptoLayer.h b/src/crypto/cryptoLayer.h
index 28ce97bc..d2e10f2f 100644
--- a/src/crypto/cryptoLayer.h
+++ b/src/crypto/cryptoLayer.h
@@ -14,7 +14,7 @@
#include <ctype.h>
#include <assert.h>
#include <byteswap.h>
-#include <gpxe/bitops.h>
+#include <gpxe/rotate.h>
#include <gpxe/crypto.h>
/* Drag in pscrypto.h */