mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-02 13:03:28 +01:00
6 lines
107 B
C
6 lines
107 B
C
#ifdef EDK2_OPENSSL_NOEC
|
|
# include "configuration-noec.h"
|
|
#else
|
|
# include "configuration-ec.h"
|
|
#endif
|