commit | c1c5ef16cd11c90fbdcf9ad10de6ced8906843ab | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Thu Aug 25 02:29:32 2016 +0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Wed Aug 24 14:29:32 2016 -0400 |
tree | 27b740057809fbdfecbe76f7606d9bf871ab550d | |
parent | b6e72f8baa9772d572d81e18e6162168eac7eefe [diff] |
constify and reorder getter args (#3103) * constify more things in x509 and reorder a few func args Post pre6 they changed some function argument order... * fix the function arg order where we call it * still need arg names when implementing the function...whoops