Added string.h include (for memcpy, memcmp, strcpy, strlen, etc.)
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h> /* memcpy, strcpy */
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "openssl/rsa.h"
|
||||
|
@@ -32,6 +32,7 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "zlib.h"
|
||||
|
@@ -31,6 +31,7 @@
|
||||
* make all key elements available through functions
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
||||
|
@@ -32,6 +32,7 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
||||
|
@@ -32,6 +32,7 @@
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "BLO_keyStore.h"
|
||||
#include "BLO_getPubKey.h"
|
||||
|
Reference in New Issue
Block a user