Add null crypto algorithm

This commit is contained in:
Michael Brown
2007-01-31 03:04:31 +00:00
parent 6d32f0e6e2
commit a008f9e85b
2 changed files with 63 additions and 0 deletions

View File

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