summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/crypto.h
diff options
context:
space:
mode:
authorMichael Brown2007-01-31 04:04:31 +0100
committerMichael Brown2007-01-31 04:04:31 +0100
commita008f9e85bff4f9c65de9268bcef857d624a9791 (patch)
treef86e62d91aa53e026dbb1c4e98f8d85ac6fbd221 /src/include/gpxe/crypto.h
parentChanged to use the generic stream API. (diff)
downloadipxe-a008f9e85bff4f9c65de9268bcef857d624a9791.tar.gz
ipxe-a008f9e85bff4f9c65de9268bcef857d624a9791.tar.xz
ipxe-a008f9e85bff4f9c65de9268bcef857d624a9791.zip
Add null crypto algorithm
Diffstat (limited to 'src/include/gpxe/crypto.h')
-rw-r--r--src/include/gpxe/crypto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/crypto.h b/src/include/gpxe/crypto.h
index 1b543f05c..d285f65a6 100644
--- a/src/include/gpxe/crypto.h
+++ b/src/include/gpxe/crypto.h
@@ -109,4 +109,6 @@ static inline int is_stream_cipher ( struct crypto_algorithm *crypto ) {
return ( crypto->blocksize == 1 );
}
+extern struct crypto_algorithm crypto_null;
+
#endif /* _GPXE_CRYPTO_H */