What Solaris SSL pkg in equivelant to OpenSSL v0.9.8i?

I am researching CVE-2009-1386 and am trying to determine if my version of SUNWopensslr is equivalent to OpenSSL v0.9.8i.

Here's my output:

root# pkginfo -l SUNWopensslr
   PKGINST:  SUNWopensslr
      NAME:  OpenSSL (Root)
  CATEGORY:  system
      ARCH:  sparc
   VERSION:  11.10.0,REV=2005.01.21.15.53
   BASEDIR:  /
    VENDOR:  Sun Microsystems, Inc.
      DESC:  OpenSSL (Root)
    PSTAMP:  gaget20050121155950
  INSTDATE:  Apr 10 2009 13:37
   HOTLINE:  Please contact your local service provider
    STATUS:  completely installed
     FILES:        6 installed pathnames
                   2 shared pathnames
                   5 directories
                  16 blocks used (approx)

Thanks in Advance!

Run openssl(5) directly and ask it what version it is, e.g.:

$ /usr/sfw/bin/openssl
OpenSSL> version 
OpenSSL 0.9.8g 19 Oct 2007
OpenSSL> exit
$