mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
Add null crypto algorithm
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user