summaryrefslogtreecommitdiff
path: root/lib/x509/x509_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/x509_int.h')
-rw-r--r--lib/x509/x509_int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/x509/x509_int.h b/lib/x509/x509_int.h
index 4fe0e3dc2a..198a69d500 100644
--- a/lib/x509/x509_int.h
+++ b/lib/x509/x509_int.h
@@ -116,8 +116,8 @@ typedef struct gnutls_pkcs7_int {
struct pbkdf2_params {
uint8_t salt[32];
int salt_size;
- unsigned int iter_count;
- unsigned int key_size;
+ unsigned iter_count;
+ unsigned key_size;
gnutls_mac_algorithm_t mac;
};