PHP Classes

File: pie/config.m4

Recommend this page to a friend!
  Packages of Scott Arciszewski   ext-pqcrypto   pie/config.m4   Download  
File: pie/config.m4
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ext-pqcrypto
PHP extension to encrypt data with FIPS algorithms
Author: By
Last change:
Date: 8 days ago
Size: 467 bytes
 

Contents

Class file image Download
PHP_ARG_ENABLE([pqcrypto], [whether to enable pqcrypto support], [AS_HELP_STRING([--enable-pqcrypto], [Enable pqcrypto support])], [no]) if test "$PHP_PQCRYPTO" != "no"; then AC_PATH_PROG(CARGO, cargo) if test -z "$CARGO"; then AC_MSG_ERROR([cargo is required to build pqcrypto. Please install rust (https://rustup.rs).]) fi PHP_ADD_MAKEFILE_FRAGMENT() PHP_SUBST(PQCRYPTO_SHARED_LIBADD) PHP_NEW_EXTENSION(pqcrypto, pqcrypto.c, $ext_shared) fi