Merge pull request #476 from germanblanco/dnie_ui_depends_on_ssl

Empty user-interface.c if there is no SSL support. Related with issue #362
This commit is contained in:
Frank Morgner 2015-07-23 13:08:46 +02:00
commit 142323af10

View File

@ -29,6 +29,8 @@
#include "config.h"
#endif
#ifdef ENABLE_OPENSSL /* empty file without openssl */
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
@ -318,4 +320,6 @@ do_error:
LOG_FUNC_RETURN(card->ctx, res);
}
#endif
#endif /* ENABLE_DNIE_UI */
#endif /* ENABLE_OPENSSL */