Sha256: 526ece1f47e59ee1eff4a55deb99031c285d7e9cd8e65ee6c43c4624afe3d215
Contents?: true
Size: 439 Bytes
Versions: 10
Compression:
Stored size: 439 Bytes
Contents
/* * $Id$ * '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 licenced 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
10 entries across 10 versions & 1 rubygems