From: Philip P. <phi...@re...> - 2008-11-07 22:30:33
|
Kristian Kielhofner wrote: > On Fri, Nov 7, 2008 at 4:27 PM, Philip Prindeville > <phi...@re...> wrote: > >> Thanks, Chris. BTW: can we get the version number out of the rules? >> >> It should appear in OPENSSL_VER and nowhere else. >> >> You can get: >> >> OPENSSL_VER_NUM:=$(shell echo $(OPENSSL_VER) | tr -d '[:lower:]') >> >> $ make var.OPENSSL_VER_NUM >> OPENSSL_VER_NUM="0.9.8" >> $ >> >> Thanks. >> >> > > I know... We really should. > > On another note, I can't get 0.9.8 to build over here. I just made > another commit to update VIA padlock support for 0.9.8. One of the > nice things about 0.9.8 is the ability to initialize the padlock > engine with the SSL engine. Any app that uses openssl can benefit > from padlock without any specific patches. > > I committed what I think *should* work. However, I can't really build > 0.9.8 anyway (with or without my padlock patch). It builds properly > but fails in install. > > Is there a reason that PADLOCK_NO_RNG isn't passed in via MAKE as $CFLAGS or whatever? -Philip |