提交 11e4b79a 编写于 作者: B Bodo Möller

rc4_locl.h and bf_locl.h incorrectly defined _HEADER_...;

opensslconf.h always expects HEADER_... (no leading underscore).

Submitted by: Andy Polyakov <appro@fy.chalmers.se>
上级 9239e45b
......@@ -56,8 +56,8 @@
* [including the GNU Public Licence.]
*/
#ifndef _HEADER_BF_LOCL_H
#define _HEADER_BF_LOCL_H
#ifndef HEADER_BF_LOCL_H
#define HEADER_BF_LOCL_H
#include <openssl/opensslconf.h> /* BF_PTR, BF_PTR2 */
#undef c2l
......
#ifndef _HEADER_RC4_LOCL_H
#define _HEADER_RC4_LOCL_H
#ifndef HEADER_RC4_LOCL_H
#define HEADER_RC4_LOCL_H
#include <openssl/opensslconf.h>
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册