CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/04 18:33:22
Modified files:
lib/libssl/src/crypto/x509: by_dir.c by_file.c by_mem.c
Log message:
Declare the x509_(mem|file|dir)_lookup symbols as static because they
shouldn't be used directly. They aren't part of the API; each module
(file, dir, mem) provides an actual function to export the now-static
object.
OK miod@
