mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-13 10:04:04 +01:00
11 lines
148 B
C
11 lines
148 B
C
|
|
||
|
#include <openssl/err.h>
|
||
|
#include <openssl/pem.h>
|
||
|
#include <openssl/rsa.h>
|
||
|
|
||
|
int main(int argc,
|
||
|
char **argv)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|