summaryrefslogtreecommitdiff
path: root/modules/explicit_bzero
blob: 08fd3e4a90bbc757f41a066fec25f73b27e07d30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description:
Erase sensitive data from a buffer.

Files:
lib/explicit_bzero.c
m4/explicit_bzero.m4

Depends-on:
extensions
string

configure.ac:
gl_FUNC_EXPLICIT_BZERO
if test $HAVE_EXPLICIT_BZERO = 0; then
  AC_LIBOBJ([explicit_bzero])
  gl_PREREQ_EXPLICIT_BZERO
fi
gl_STRING_MODULE_INDICATOR([explicit_bzero])

Makefile.am:

Include:
<string.h>

License:
LGPLv2+

Maintainer:
all