mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
5 lines
105 B
C
5 lines
105 B
C
|
#ifndef __fbsd_ossl_provider_h
|
||
|
#define __fbsd_ossl_provider_h
|
||
|
int fbsd_ossl_provider_load(void);
|
||
|
#endif
|