Updated to OpenSSL 1.0.1f in Windows build

This commit is contained in:
Peter Olsson
2014-02-15 21:05:04 +01:00
parent b33d50c01e
commit 01e3eb458e
43 changed files with 3290 additions and 4120 deletions

View File

@@ -88,7 +88,7 @@ int BUF_MEM_grow_clean(BUF_MEM *str, size_t len);
char * BUF_strdup(const char *str);
char * BUF_strndup(const char *str, size_t siz);
void * BUF_memdup(const void *data, size_t siz);
void BUF_reverse(unsigned char *out, unsigned char *in, size_t siz);
void BUF_reverse(unsigned char *out, const unsigned char *in, size_t siz);
/* safe string functions */
size_t BUF_strlcpy(char *dst,const char *src,size_t siz);