Empty user-interface.c if there is no SSL support.

This commit is contained in:
German Blanco 2015-06-01 08:21:25 +02:00
parent b48fa70308
commit 030f4d1559

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 */