mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +03:00
Placeholder for TLS insertion
This commit is contained in:
12
src/include/gpxe/tls.h
Normal file
12
src/include/gpxe/tls.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _GPXE_TLS_H
|
||||
#define _GPXE_TLS_H
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
struct stream_application;
|
||||
|
||||
static inline int add_tls ( struct stream_application *app __unused ) {
|
||||
return -ENOTSUP;
|
||||
}
|
||||
|
||||
#endif /* _GPXE_TLS_H */
|
||||
Reference in New Issue
Block a user