mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
11e4b79a3a
opensslconf.h always expects HEADER_... (no leading underscore). Submitted by: Andy Polyakov <appro@fy.chalmers.se>
5 lines
92 B
C
5 lines
92 B
C
#ifndef HEADER_RC4_LOCL_H
|
|
#define HEADER_RC4_LOCL_H
|
|
#include <openssl/opensslconf.h>
|
|
#endif
|