File: fips_ers.c

package info (click to toggle)
openssl 1.0.1k-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 26,932 kB
  • sloc: ansic: 274,094; perl: 69,104; makefile: 13,221; asm: 9,007; cpp: 4,367; sh: 3,416; lisp: 24
file content (7 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
#include <openssl/opensslconf.h>

#ifdef OPENSSL_FIPS
# include "fips_err.h"
#else
static void *dummy=&dummy;
#endif