bin/openssl: Port to RTEMS.

This commit is contained in:
Christian Mauderer
2019-03-26 11:08:47 +01:00
parent 0a699e74e7
commit 9ed6c97139
114 changed files with 1424 additions and 0 deletions

View File

@@ -1,4 +1,8 @@
#include <machine/rtems-bsd-user-space.h>
#ifdef __rtems__
#include <machine/rtems-bsd-program.h>
#include "rtems-bsd-openssl-namespace.h"
#endif /* __rtems__ */
/*
* Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
@@ -489,3 +493,6 @@ int engine_main(int argc, char **argv)
return ret;
}
#endif
#ifdef __rtems__
#include "rtems-bsd-openssl-engine-data.h"
#endif /* __rtems__ */