ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Evgeny Sinelnikov" <sin@altlinux.ru>
To: "ALT Linux Team development discussions" <devel@lists.altlinux.org>
Subject: Re: [devel] IQ: libcrypto.so.7/libssl.so.7
Date: Mon, 1 Dec 2008 03:49:51 +0300
Message-ID: <921f6bb40811301649g790e16d4i6530c4dbf6a45e81@mail.gmail.com> (raw)
In-Reply-To: <20081201001917.GC22037@wo.int.altlinux.org>

1 декабря 2008 г. 3:19 пользователь Dmitry V. Levin <ldv@altlinux.org> написал:
> Hi,
>
> On Mon, Dec 01, 2008 at 02:48:03AM +0300, Evgeny Sinelnikov wrote:
>> уже довольно продолжительное время в моём git обитает новая сборка
>> openssl-0.9.8i-alt2
>> Сравнение в ABI с текущей 0.9.8h показало, что никаких серьёзных
>> изменений в ABI не произошло:
>
> А смещения полей в структурах они нигде не поменяли?
> Раньше они это делали неоднократно.
>

На этот раз это они не стали делать... Но совсем без гадостей не
обошлось... Вот эта часть мне кажется странноватой:
diff -Nur /usr/include/openssl/err.h include/openssl/err.h
--- /usr/include/openssl/err.h<>2008-11-05 17:32:01 +0300
+++ include/openssl/err.h<----->2008-11-05 19:34:44 +0300
@@ -140,7 +140,8 @@
 #define ERR_LIB_ECDSA<><------>42
 #define ERR_LIB_ECDH<-><------>43
 #define ERR_LIB_STORE           44
-#define ERR_LIB_CMS<--><------>45
+#define ERR_LIB_FIPS<-><------>45
+#define ERR_LIB_CMS<--><------>46
.
 #define ERR_LIB_USER<-><------>128
.
@@ -172,6 +173,7 @@
 #define ECDSAerr(f,r)  ERR_PUT_error(ERR_LIB_ECDSA,(f),(r),__FILE__,__LINE__)
 #define ECDHerr(f,r)  ERR_PUT_error(ERR_LIB_ECDH,(f),(r),__FILE__,__LINE__)
 #define STOREerr(f,r) ERR_PUT_error(ERR_LIB_STORE,(f),(r),__FILE__,__LINE__)
+#define FIPSerr(f,r) ERR_PUT_error(ERR_LIB_FIPS,(f),(r),__FILE__,__LINE__)
 #define CMSerr(f,r) ERR_PUT_error(ERR_LIB_CMS,(f),(r),__FILE__,__LINE__)
.
 /* Borland C seems too stupid to be able to shift and do longs in

В остальном добавлены новые дефайны...

-- 
Sin (Sinelnikov Evgeny)

  reply	other threads:[~2008-12-01  0:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-30 23:48 Evgeny Sinelnikov
2008-12-01  0:19 ` Dmitry V. Levin
2008-12-01  0:49   ` Evgeny Sinelnikov [this message]
2008-12-05 11:15     ` Evgeny Sinelnikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=921f6bb40811301649g790e16d4i6530c4dbf6a45e81@mail.gmail.com \
    --to=sin@altlinux.ru \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git