commit | fe7cc9455c2973bf1b4a044cb38c20fa4c25df28 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat Dec 28 17:44:48 2013 -0600 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat Dec 28 17:57:06 2013 -0600 |
tree | 64d4008b44cb49f7a4f8b38786dd09430be98d74 | |
parent | b443931168ce7b7d09eecb56f310db2ff759a354 [diff] |
remove some consts in the function arg declarations These functions take const in OpenSSL 1.0.0+ but not in 0.9.8. Removing the const declaration will silence warnings for 0.9.8 but not cause them in 1.0.0+. Not ideal, but *fingers crossed* shouldn't cause problems