summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-02-13 20:59:35 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-02-13 20:59:35 +0000
commit6bd16ce7c2be3c48c9a2ba6ed09f819b66f148a3 (patch)
tree6b3fc899a13e1bf000dccf90ce388344cfe4acf0
parent843af6e703f9e8d0a67c8bea707a63536e78bbfa (diff)
downloadgnutls-6bd16ce7c2be3c48c9a2ba6ed09f819b66f148a3.tar.gz
*** empty log message ***
-rw-r--r--lib/x509/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/common.h b/lib/x509/common.h
index f29a28f27b..0ed2d6338d 100644
--- a/lib/x509/common.h
+++ b/lib/x509/common.h
@@ -40,7 +40,7 @@ const char* _gnutls_x509_pk_to_oid( gnutls_pk_algorithm pk);
gnutls_sign_algorithm _gnutls_x509_pk_to_sign(
gnutls_pk_algorithm pk, gnutls_mac_algorithm mac);
-const char* _gnutls_x509_sign_to_oid( gnutls_sign_algorithm, gnutls_mac_algorithm mac);
+const char* _gnutls_x509_sign_to_oid( gnutls_pk_algorithm, gnutls_mac_algorithm mac);
const char* _gnutls_x509_mac_to_oid( gnutls_mac_algorithm mac);
time_t _gnutls_x509_get_time(ASN1_TYPE c2, const char *when);