File: pch.h

package info (click to toggle)
libcrypto%2B%2B 5.2.1a-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,940 kB
  • ctags: 6,927
  • sloc: cpp: 48,513; sh: 8,366; makefile: 94
file content (13 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef CRYPTOPP_PCH_H
#define CRYPTOPP_PCH_H

#include "cryptopp_config.h"

#ifdef USE_PRECOMPILED_HEADERS
#include "simple.h"
#include "secblock.h"
#include "misc.h"
#include "smartptr.h"
#endif

#endif