diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-07-22 16:24:48 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-07-22 16:24:48 +0200 |
commit | 44a6bd8ec7a150b852e813866645e9fd87ec825e (patch) | |
tree | b80d9740fe6cf595817b6b917335d1a4d9b91985 /src | |
parent | fd9bc6d2df1a7180db37fa43fda9448752c3d75a (diff) | |
download | gnutls-44a6bd8ec7a150b852e813866645e9fd87ec825e.tar.gz |
Make it compile.
Diffstat (limited to 'src')
-rw-r--r-- | src/crypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypt.c b/src/crypt.c index 5558a98f34..884f330d7e 100644 --- a/src/crypt.c +++ b/src/crypt.c @@ -508,7 +508,7 @@ _srp_crypt (const char *username, const char *passwd, int salt_size, /* generate the salt */ - if (_gnutls_rnd (RND_NONCE, salt, salt_size) < 0) + if (_gnutls_rnd (GNUTLS_RND_NONCE, salt, salt_size) < 0) { fprintf (stderr, "Could not create nonce\n"); return NULL; |