summaryrefslogtreecommitdiff
path: root/openssl-freefilesync/opensslconf-new-warning.h
blob: de091c83bd1630332d860a5e2c5a85ea7f5b1284 (plain)
1
2
3
4
5
6
7
/* Prepended at openssl package build-time.  Don't include this file directly,
 * use <openssl/opensslconf.h> instead. */

#ifndef openssl_opensslconf_multilib_redirection_h
#error "Don't include this file directly, use <openssl/opensslconf.h> instead!"
#endif

bgstack15