提交 1a4b8e7c 编写于 作者: R Richard Levitte

Make sure memmove() is defined, even on SunOS 4.1.4.

PR: 963
上级 03386677
......@@ -114,6 +114,7 @@
#include <openssl/aes.h>
#include "aes_locl.h"
#include "e_os.h"
/* The input and output encrypted as though 128bit cfb mode is being
* used. The extra state information to record how much of the
......
......@@ -57,6 +57,7 @@
*/
#include "des_locl.h"
#include "e_os.h"
/* The input and output encrypted as though 64bit cfb mode is being
* used. The extra state information to record how much of the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册