mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 18:59:44 +08:00
14 lines
776 B
C
14 lines
776 B
C
/* generated by userspace-header-gen.py */
|
|
#include <rtems/linkersets.h>
|
|
#include "rtems-bsd-openssl-data.h"
|
|
/* rehash.c */
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_openssl, static BUCKET *hash_table[]);
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_openssl, static BUCKET nilbucket);
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_openssl, static EVP_MD const *evpmd);
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_openssl, static HENTRY nilhentry);
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_openssl, static char const *extensions[]);
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_openssl, static char const *suffixes[]);
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_openssl, static int evpmdsize);
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_openssl, static int remove_links);
|
|
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_openssl, static int verbose);
|