~ubuntu-branches/ubuntu/karmic/openssl/karmic-proposed

« back to all changes in this revision

Viewing changes to crypto/conf/conf.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-05 00:13:39 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071205001339-tazlol313zs8u6ec
Tags: 0.9.8g-3ubuntu1
* Merge with Debian; remaining changes:
  - Configure: Add support for lpia.
  - Replace duplicate files in the doc directory with symlinks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
#define CONF_MFLAGS_SILENT              0x4
115
115
#define CONF_MFLAGS_NO_DSO              0x8
116
116
#define CONF_MFLAGS_IGNORE_MISSING_FILE 0x10
 
117
#define CONF_MFLAGS_DEFAULT_SECTION     0x20
117
118
 
118
119
int CONF_set_default_method(CONF_METHOD *meth);
119
120
void CONF_set_nconf(CONF *conf,LHASH *hash);