mirror of https://github.com/ipxe/ipxe.git
#if 0 out for now
parent
f59281d8f6
commit
7993488a68
|
@ -1,3 +1,5 @@
|
||||||
|
#if 0
|
||||||
|
|
||||||
#include "ssl.h"
|
#include "ssl.h"
|
||||||
#include "ssl_constructs.h"
|
#include "ssl_constructs.h"
|
||||||
#include <string.h> // for bcopy()
|
#include <string.h> // for bcopy()
|
||||||
|
@ -131,3 +133,4 @@ int ReadSSLHello(SSL_t *ssl)
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue