diff options
| author | Michael Brown | 2007-01-31 04:04:31 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-31 04:04:31 +0100 |
| commit | a008f9e85bff4f9c65de9268bcef857d624a9791 (patch) | |
| tree | f86e62d91aa53e026dbb1c4e98f8d85ac6fbd221 /src/include | |
| parent | Changed to use the generic stream API. (diff) | |
| download | ipxe-a008f9e85bff4f9c65de9268bcef857d624a9791.tar.gz ipxe-a008f9e85bff4f9c65de9268bcef857d624a9791.tar.xz ipxe-a008f9e85bff4f9c65de9268bcef857d624a9791.zip | |
Add null crypto algorithm
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/crypto.h | 2 |
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 */ |
