~helen-fornazier/shim/trunk

« back to all changes in this revision

Viewing changes to Cryptlib/OpenSSL/crypto/cryptlib.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:
100
100
 
101
101
void OPENSSL_cpuid_setup(void);
102
102
extern unsigned int OPENSSL_ia32cap_P[];
103
 
# if defined(OPENSSL_SYS_UEFI)
104
 
void EFIAPI OPENSSL_showfatal(const char *fmta, ...);
105
 
# else
106
103
void OPENSSL_showfatal(const char *fmta, ...);
107
 
# endif
 
104
#ifndef OPENSSL_NO_STDIO
108
105
void *OPENSSL_stderr(void);
 
106
#endif
109
107
extern int OPENSSL_NONPIC_relocated;
110
108
 
111
109
#ifdef  __cplusplus