~helen-fornazier/shim/trunk

« back to all changes in this revision

Viewing changes to Cryptlib/Include/openssl/comp.h

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2016-09-22 00:29:42 UTC
  • mto: This revision was merged to the branch mainline in revision 107.
  • Revision ID: mathieu.trudel-lapierre@canonical.com-20160922002942-volexao40gxxs0qs
Tags: upstream-0.9+1474479173.6c180c6
ImportĀ upstreamĀ versionĀ 0.9+1474479173.6c180c6

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
# include <openssl/crypto.h>
6
6
 
 
7
# ifdef OPENSSL_NO_COMP
 
8
#  error COMP is disabled.
 
9
# endif
 
10
 
7
11
#ifdef  __cplusplus
8
12
extern "C" {
9
13
#endif