From a008f9e85bff4f9c65de9268bcef857d624a9791 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 31 Jan 2007 03:04:31 +0000 Subject: Add null crypto algorithm --- src/include/gpxe/crypto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') 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 */ -- cgit v1.2.3-55-g7522