Skip to content
Snippets Groups Projects
Commit 9d4fc850 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Autodoc fix

Rev: src/post_modules/Nettle/nettle.cmod:1.17
parent 90914258
Branches
Tags
No related merge requests found
/* nettle.cmod -*- c -*- */ /* nettle.cmod -*- c -*- */
#include "global.h" #include "global.h"
RCSID("$Id: nettle.cmod,v 1.16 2003/08/24 18:28:24 nilsson Exp $"); RCSID("$Id: nettle.cmod,v 1.17 2003/08/25 03:34:23 nilsson Exp $");
#include "interpret.h" #include "interpret.h"
#include "svalue.h" #include "svalue.h"
/* For this_object() */ /* For this_object() */
...@@ -187,7 +187,8 @@ PIKECLASS Yarrow ...@@ -187,7 +187,8 @@ PIKECLASS Yarrow
char *crypt_md5(int pl, const char *pw, int sl, const char *salt); char *crypt_md5(int pl, const char *pw, int sl, const char *salt);
/*! Does the crypt_md5 abrakadabra (MD5 + snakeoil). /*! @decl string crypt_md5(string password, string salt)
*! Does the crypt_md5 abrakadabra (MD5 + snakeoil).
*! It is assumed that @[salt] does not contain "$". *! It is assumed that @[salt] does not contain "$".
*/ */
PIKEFUN string crypt_md5(string pw, string salt) PIKEFUN string crypt_md5(string pw, string salt)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment