1
1

pem.c: always compile pem.c independently of crypto backend

Этот коммит содержится в:
Marc Hoersken 2014-03-16 00:25:09 +01:00 коммит произвёл Peter Stuge
родитель e1a5d1bc77
Коммит 21cb7bfb36

Просмотреть файл

@ -38,8 +38,6 @@
#include "libssh2_priv.h" #include "libssh2_priv.h"
#ifdef LIBSSH2_LIBGCRYPT /* compile only if we build with libgcrypt */
static int static int
readline(char *line, int line_size, FILE * fp) readline(char *line, int line_size, FILE * fp)
{ {
@ -209,5 +207,3 @@ _libssh2_pem_decode_integer(unsigned char **data, unsigned int *datalen,
return 0; return 0;
} }
#endif /* LIBSSH2_LIBGCRYPT */