From ea88f94fd4bb3d067d23f72ad58ef5d1c9cbce10 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Wed, 25 Jun 2014 15:49:07 +0200 Subject: [PATCH] add openssl/rsa.h for ykpiv.c --- lib/ykpiv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ykpiv.c b/lib/ykpiv.c index 0a6b146..5f288a7 100644 --- a/lib/ykpiv.c +++ b/lib/ykpiv.c @@ -34,6 +34,7 @@ #include #include +#include #include "internal.h" #include "ykpiv.h"