fixed bignum export if BN_num_bytes() != DH_size()

This commit is contained in:
Martin Willi
2008-11-04 13:05:00 +00:00
parent dcbea444ee
commit ddd7e6c656
2 changed files with 54 additions and 45 deletions
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2008 Tobias Brunner
* Copyright (C) 2008 Martin Willi
* Hochschule fuer Technik Rapperswil
*
* This program is free software; you can redistribute it and/or modify it
@@ -43,7 +44,6 @@ struct private_openssl_plugin_t {
* public functions
*/
openssl_plugin_t public;
};
/**