~ubuntu-branches/ubuntu/hardy/openssl/hardy-security

« back to all changes in this revision

Viewing changes to crypto/conf/conf.h

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2005-12-13 21:37:42 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051213213742-7em5nrw5c7ceegyd
Tags: 0.9.8a-5
Stop ssh from crashing randomly on sparc (Closes: #335912)
Patch from upstream cvs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
#include <openssl/safestack.h>
66
66
#include <openssl/e_os2.h>
67
67
 
 
68
#include <openssl/ossl_typ.h>
 
69
 
68
70
#ifdef  __cplusplus
69
71
extern "C" {
70
72
#endif
81
83
DECLARE_STACK_OF(CONF_IMODULE)
82
84
 
83
85
struct conf_st;
84
 
typedef struct conf_st CONF;
85
86
struct conf_method_st;
86
87
typedef struct conf_method_st CONF_METHOD;
87
88
 
212
213
#define CONF_F_CONF_LOAD_BIO                             102
213
214
#define CONF_F_CONF_LOAD_FP                              103
214
215
#define CONF_F_CONF_MODULES_LOAD                         116
 
216
#define CONF_F_DEF_LOAD                                  120
 
217
#define CONF_F_DEF_LOAD_BIO                              121
215
218
#define CONF_F_MODULE_INIT                               115
216
219
#define CONF_F_MODULE_LOAD_DSO                           117
217
220
#define CONF_F_MODULE_RUN                                118