NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lib/38728: add support Camellia for openssl



On May 22, 12:00pm, okazaki%kick.gr.jp@localhost (okazaki%kick.gr.jp@localhost) 
wrote:
-- Subject: lib/38728: add support Camellia for openssl

| >Number:         38728
| >Category:       lib
| >Synopsis:       add support Camellia for openssl
| >Confidential:   no
| >Severity:       non-critical
| >Priority:       medium
| >Responsible:    lib-bug-people
| >State:          open
| >Class:          change-request
| >Submitter-Id:   net
| >Arrival-Date:   Thu May 22 12:00:00 +0000 2008
| >Originator:     Tomoyuki Okazaki
| >Release:        -current
| >Organization:
| >Environment:
| NetBSD blackhowling 4.99.63 NetBSD 4.99.63 (GENERIC) #1: Thu May 22 11:58:11 
JST 2008  okazaki@blackhowling:/usr/obj/sys/arch/amd64/compile/GENERIC amd64
| 
| >Description:
| Camellia is enabled openssl 0.9.9-dev by default.
| I made a patch I'd like to be enabled Camellia.
| 
| >How-To-Repeat:
| 
| >Fix:
| patch for -current is below:
| 
|  /* The OPENSSL_NO_* macros are also defined as NO_* if the application
|     asks for it.  This is a transient feature that is provided for those
|     who haven't had the time to do the appropriate changes in their
|     applications.  */
|  #ifdef OPENSSL_ALGORITHM_DEFINES
| -# if defined(OPENSSL_NO_CAMELLIA) && !defined(NO_CAMELLIA)
| -#  define NO_CAMELLIA
| -# endif

I don't think that this is needed. Also where is camellia.inc?

christos


Home | Main Index | Thread Index | Old Index