make openssl verification safe for multiple keys
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 17 Apr 2009 21:26:17 +0000 (23:26 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Fri, 17 Apr 2009 21:36:23 +0000 (23:36 +0200)
commitb7172255c545ee6784947e138df52100d7ac6364
tree2fe1f3dfa0e8dfc7cb5e08021754effa95dd908c
parent1ea7f65712bb94eae7a0a606e859ff498d32761e
make openssl verification safe for multiple keys

it seems openssl caches some things in there and subsequent
uses of the same key struct fail or something -- since this
fixes it I'm not bothering trying to figure out what's wrong

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
reglib.c