mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-24 11:45:27 +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;
|
||
|
}
|