mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-07 23:41:26 +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;
|
|
}
|