From: Kristian K. <kki...@st...> - 2008-11-07 21:50:23
|
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. -- Kristian Kielhofner http://blog.krisk.org http://www.submityoursip.com http://www.astlinux.org http://www.star2star.com |