Re: a new command in openssl

2003-06-06 Thread mohamed zhaounia
Hi!
 --- Richard Levitte - VMS Whacker
<[EMAIL PROTECTED]> a écrit : > In message
> <[EMAIL PROTECTED]>
> on Thu, 5 Jun 2003 02:11:40 +0200 (CEST), mohamed
> zhaounia <[EMAIL PROTECTED]> said:
> 
> mzhaounia> First, I am so thankful for your
> suggestion.
> mzhaounia> Well, i have added my cammand in
> apps/Makefile.ssl,but
> mzhaounia> the openssl doesn't see it:(
> mzhaounia> About progs.pl have you please any idea
> if it is
> mzhaounia> necessary to change it or not and if it
> is so how
> mzhaounia> could i make that because am not expert
> in perl:)
> 
> There should be no need to change progs.pl.
> 
> Quick question, is this on Unix or wome other OS? 
> If non-Unix, there
> are some extra things needed.
I am working with RED Hat 8.0.
Well i think that you have reason because as you
suggested i deleted progs.h and after making the whole
code progs.h was generated.The problem was that it was
generated succefully that means it includes the
functions that i added but the prompt openssl does not
see the command:(
I can't really understand the problem because it seems
that everything is OK.For example when i configure
openssl it can see the directories that i added and
when making apps the .obj of my command is generated
but the unique problem is the .exe still not exist:(
I have a question please, is the problem in openssl.c
because i did not change this file( except by adding
in the header the include library that i created )
since there is no specific thing to change there.

Please i need you help!!
Thank you for all your suggestions.

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


Re: a new command in openssl

2003-06-05 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Thu, 5 Jun 2003 02:11:40 +0200 (CEST), mohamed 
zhaounia <[EMAIL PROTECTED]> said:

mzhaounia> First, I am so thankful for your suggestion.
mzhaounia> Well, i have added my cammand in apps/Makefile.ssl,but
mzhaounia> the openssl doesn't see it:(
mzhaounia> About progs.pl have you please any idea if it is
mzhaounia> necessary to change it or not and if it is so how
mzhaounia> could i make that because am not expert in perl:)

There should be no need to change progs.pl.

Quick question, is this on Unix or wome other OS?  If non-Unix, there
are some extra things needed.

-- 
Richard Levitte   \ Tunnlandsvägen 3  \ [EMAIL PROTECTED]
[EMAIL PROTECTED]  \ S-168 36  BROMMA  \ T: +46-8-26 52 47
\  SWEDEN   \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See  for more info.
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


Re: a new command in openssl

2003-06-05 Thread mohamed zhaounia
Hi thank you fo ryour reply:)
 --- Richard Levitte - VMS Whacker
<[EMAIL PROTECTED]> a écrit : > In message
> <[EMAIL PROTECTED]>
> on Wed, 4 Jun 2003 01:29:32 +0200 (CEST), mohamed
> zhaounia <[EMAIL PROTECTED]> said:
> 
> mzhaounia> Hi all!
> mzhaounia> i have added a new cammnd in openssl.
> mzhaounia> The compilation was without error but
> although the
> mzhaounia> .obj file was generated, openssl does not
> find the new
> mzhaounia> command.
> mzhaounia> Certainly there is a file that i have to
> modify to
> mzhaounia> find the contibution  but i can't know
> what is it.
> mzhaounia> Is there any modification that i have to
> do with the
> mzhaounia> ./Configure command?
> 
> You need to add a reference in apps/progs.h.
> 
Well as you knwo the progs.h is automatically genrated
by progs.pl and in this file i did  not find any
possibility to modify it (may be i did not understad
how to modify it)
Any way i modified the progs.h manually and i added
the function of my new command but the problem
persist, so please do you have nay other suggestion?

Thank you so much :)

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


Re: a new command in openssl

2003-06-04 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Wed, 4 Jun 2003 01:29:32 +0200 (CEST), mohamed 
zhaounia <[EMAIL PROTECTED]> said:

mzhaounia> Hi all!
mzhaounia> i have added a new cammnd in openssl.
mzhaounia> The compilation was without error but although the
mzhaounia> .obj file was generated, openssl does not find the new
mzhaounia> command.
mzhaounia> Certainly there is a file that i have to modify to
mzhaounia> find the contibution  but i can't know what is it.
mzhaounia> Is there any modification that i have to do with the
mzhaounia> ./Configure command?

You need to add a reference in apps/progs.h.

-- 
Richard Levitte   \ Tunnlandsvägen 3  \ [EMAIL PROTECTED]
[EMAIL PROTECTED]  \ S-168 36  BROMMA  \ T: +46-8-26 52 47
\  SWEDEN   \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See  for more info.
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


a new command in openssl

2003-06-04 Thread mohamed zhaounia
Hi all!
i have added a new cammnd in openssl.
The compilation was without error but although the
.obj file was generated, openssl does not find the new
command.
Certainly there is a file that i have to modify to
find the contibution  but i can't know what is it.
Is there any modification that i have to do with the
./Configure command?

PLease i need oyur help.

THANX IN ADVANCE

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]