mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-18 02:16:17 +08:00
bin/openssl: Port to RTEMS.
This commit is contained in:
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user