Sha256: 2bafe6a152450c72d8b3838bb11056976321a81812b4b77bc1946c25d2ed184c

Contents?: true

Size: 434 Bytes

Versions: 5

Compression:

Stored size: 434 Bytes

Contents

/*
 * $Id: ossl_rand.h 11708 2007-02-12 23:01:19Z shyouhei $
 * 'OpenSSL for Ruby' project
 * Copyright (C) 2001-2002  Michal Rokos <m.rokos@sh.cvut.cz>
 * All rights reserved.
 */
/*
 * This program is licenced under the same licence as Ruby.
 * (See the file 'LICENCE'.)
 */
#if !defined(_OSSL_RAND_H_)
#define _OSSL_RAND_H_

extern VALUE mRandom;
extern VALUE eRandomError;

void Init_ossl_rand(void);

#endif /* _OSSL_RAND_H_ */

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
rubysl-openssl-1.0.2 ext/rubysl/openssl/ossl_rand.h
rubysl-openssl-1.0.1 ext/rubysl/openssl/ossl_rand.h
rhodes-1.4.2 lib/extensions/openssl/ext/ossl/ossl_rand.h
rhodes-1.4.1 lib/extensions/openssl/ext/ossl/ossl_rand.h
rhodes-1.4.0 lib/extensions/openssl/ext/ossl/ossl_rand.h