Ruby
3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
ext
openssl
ossl_config.h
Go to the documentation of this file.
1
/*
2
* 'OpenSSL for Ruby' project
3
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
4
* All rights reserved.
5
*/
6
/*
7
* This program is licensed under the same licence as Ruby.
8
* (See the file 'LICENCE'.)
9
*/
10
#ifndef OSSL_CONFIG_H
11
#define OSSL_CONFIG_H
12
13
CONF *
GetConfig
(
VALUE
obj);
14
void
Init_ossl_config
(
void
);
15
16
#endif
/* OSSL_CONFIG_H */
Init_ossl_config
void Init_ossl_config(void)
Definition:
ossl_config.c:410
GetConfig
CONF * GetConfig(VALUE obj)
Definition:
ossl_config.c:29
VALUE
unsigned long VALUE
Definition:
value.h:38
Generated by
1.8.17