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

This commit is contained in:
Marc Hoersken 2014-03-16 00:25:09 +01:00 committed by Peter Stuge
parent e1a5d1bc77
commit 21cb7bfb36

View File

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