md5 support
This commit is contained in:
parent
4cbeb6df39
commit
e04dd14bed
1
C/args.c
1
C/args.c
@ -119,6 +119,7 @@ Yap_ArgListToVector (Term listl, const param_t *def, int n)
|
||||
if (!na) {
|
||||
free( a );
|
||||
return NULL;
|
||||
}
|
||||
na->used = 1;
|
||||
na->tvalue = ArgOfTerm(1, hd);
|
||||
} else {
|
||||
|
31
library/system/sys_config.h.cmake
Normal file
31
library/system/sys_config.h.cmake
Normal file
@ -0,0 +1,31 @@
|
||||
/* Define to 1 if you have the <openssl/ripemd.h> header file. */
|
||||
#ifndef HAVE_APACHE2_UTIL_MD5_H
|
||||
#cmakedefine HAVE_APACHE2_UTIL_MD5_H ${HAVE_APACHE2_UTIL_MD5_H}
|
||||
#endif
|
||||
|
||||
/* Define to 1 if you have the <openssl/ripemd.h> header file. */
|
||||
#ifndef HAVE_APR_1_APR_MD5_H
|
||||
#cmakedefine HAVE_APR_1_APR_MD5_H ${HAVE_APR_1_APR_MD5_H}
|
||||
#endif
|
||||
|
||||
|
||||
/* Define to 1 if you have the <openssl/md5.h> header file. */
|
||||
#ifndef HAVE_OPENSSL_MD5_H
|
||||
#cmakedefine HAVE_OPENSSL_MD5_H ${HAVE_OPENSSL_MD5_H}
|
||||
#endif
|
||||
|
||||
/* Define to 1 if you have the <openssl/ripemd.h> header file. */
|
||||
#ifndef HAVE_OPENSSL_RIPEMD_H
|
||||
#cmakedefine HAVE_OPENSSL_RIPEMD_H ${HAVE_OPENSSL_RIPEMD_H}
|
||||
#endif
|
||||
|
||||
/* "Define if you have the crypt function." */
|
||||
#ifndef HAVE_CRYPT
|
||||
#cmakedefine HAVE_CRYPT ${HAVE_CRYPT}
|
||||
#endif
|
||||
|
||||
/* Define to 1 if you have the <crypt.h> header file. */
|
||||
#ifndef HAVE_CRYPT_H
|
||||
#cmakedefine HAVE_CRYPT_H ${HAVE_CRYPT_H}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user