summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-08-30 10:46:37 +0000
committerSimon Josefsson <simon@josefsson.org>2005-08-30 10:46:37 +0000
commit3870d3aee6f403512676838e9e5177275402304e (patch)
tree59f3a20494c438e8928a1f39f99ee88e0c4e8053
parenta34bb376600386a6434cecba341c458fc4388e6c (diff)
downloadgnutls_1_2_with_libtommath.tar.gz
Pull up from HEAD.gnutls_1_2_with_libtommath
-rw-r--r--lib/x509/pkcs12.c1
-rw-r--r--lib/x509/privkey_pkcs8.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/x509/pkcs12.c b/lib/x509/pkcs12.c
index 0ec8914aea..a972c118f2 100644
--- a/lib/x509/pkcs12.c
+++ b/lib/x509/pkcs12.c
@@ -34,7 +34,6 @@
#include <gnutls_global.h>
#include <gnutls_errors.h>
#include <gnutls_num.h>
-#include <gnutls_random.h>
#include <common.h>
#include <x509_b64.h>
#include <pkcs12.h>
diff --git a/lib/x509/privkey_pkcs8.c b/lib/x509/privkey_pkcs8.c
index 4b73baa7f6..6bedcbc23c 100644
--- a/lib/x509/privkey_pkcs8.c
+++ b/lib/x509/privkey_pkcs8.c
@@ -40,7 +40,6 @@
#include <extensions.h>
#include <mpi.h>
#include <gnutls_algorithms.h>
-#include <gnutls_random.h>
#include <gnutls_num.h>
#include <gc.h>