diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-06-15 22:05:32 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-06-15 22:05:32 +0000 |
commit | 780c45c9fcc8719cb13f6ff5abcc73b7725de5df (patch) | |
tree | a4223c147853208bda0450ca2209ba71bc6d2798 /lib/gnutls_auth.h | |
parent | 2a881f41279b151a28506d35ab63304e0f6dc1b2 (diff) | |
download | gnutls-780c45c9fcc8719cb13f6ff5abcc73b7725de5df.tar.gz |
more rsa stuff -- and cleanups
Diffstat (limited to 'lib/gnutls_auth.h')
-rw-r--r-- | lib/gnutls_auth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_auth.h b/lib/gnutls_auth.h index b183b7ba49..c673e2598b 100644 --- a/lib/gnutls_auth.h +++ b/lib/gnutls_auth.h @@ -2,6 +2,7 @@ #define GNUTLS_AUTH_H typedef struct { char* name; /* null terminated */ + int (*gnutls_generate_certificate)( GNUTLS_KEY, opaque**); int (*gnutls_generate_server_kx)( GNUTLS_KEY, opaque**); int (*gnutls_generate_server_kx2)( GNUTLS_KEY, opaque**); /* used in SRP */ int (*gnutls_generate_client_kx0)( GNUTLS_KEY, opaque**); |