~vcs-imports/libssh/trunk

« back to all changes in this revision

Viewing changes to config.h.cmake

  • Committer: Andreas Schneider
  • Author(s): Alberto Aguirre
  • Date: 2018-03-11 21:58:49 UTC
  • Revision ID: git-v1:7e1e0e5098beeaf926dc53e35f9e9f35915d5515
misc: Use SecureZeroMemory if available for explicit_bzero

Useful on Windows platforms where SecureZeroMemory is available.

Signed-off-by: Alberto Aguirre <albaguirre@gmail.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
/* Define to 1 if you have the `memset_s' function. */
167
167
#cmakedefine HAVE_MEMSET_S 1
168
168
 
 
169
/* Define to 1 if you have the `SecureZeroMemory' function. */
 
170
#cmakedefine HAVE_SECURE_ZERO_MEMORY 1
 
171
 
169
172
/*************************** LIBRARIES ***************************/
170
173
 
171
174
/* Define to 1 if you have the `crypto' library (-lcrypto). */