CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/05 23:13:13
Modified files:
usr.bin/ssh : sftp-server-main.c sftp-server.c sftp.c
ssh-add.c ssh-agent.c ssh-keygen.c
ssh-keyscan.c ssh-keysign.c ssh-pkcs11-helper.c
ssh.c sshd.c xmalloc.c xmalloc.h
Log message:
Replace calls to ssh_malloc_init() by a static init of malloc_options.
Prepares for changes in the way malloc is initialized. ok guenther@ dtucker@
