Sha256: eaf72641b54fd532007bb1e1df99289f15e7109fe4e037aa97604593eb09b04c
Contents?: true
Size: 431 Bytes
Versions: 58
Compression:
Stored size: 431 Bytes
Contents
/* * 'OpenSSL for Ruby' project * Copyright (C) 2003 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> * All rights reserved. */ /* * This program is licensed under the same licence as Ruby. * (See the file 'LICENCE'.) */ #if !defined(OSSL_ENGINE_H) #define OSSL_ENGINE_H extern VALUE cEngine; extern VALUE eEngineError; void Init_ossl_engine(void); #endif /* OSSL_ENGINE_H */
Version data entries
58 entries across 58 versions & 7 rubygems