Openssl for psp?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
roby65
Posts: 52
Joined: Sun Jun 01, 2008 9:12 pm
Location: Mid Italy
Contact:

Openssl for psp?

Post by roby65 »

Hi guys,
i'm porting a c++ lib for msn to psp, but a "little" problem blocks me.
The problem is:
it uses openssl, and AFAIK there isn't a openssl for psp, am i right?
jojojoris
Posts: 255
Joined: Sun Mar 30, 2008 4:06 am

Post by jojojoris »

Yes
2 actually
one in svn and one newwer one ported by me.
http://jojosoft.1free.ws
In the libs part.

Code: Select all

int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
roby65
Posts: 52
Joined: Sun Jun 01, 2008 9:12 pm
Location: Mid Italy
Contact:

Post by roby65 »

jojojoris wrote:Yes
2 actually
one in svn and one newwer one ported by me.
http://jojosoft.1free.ws
In the libs part.
I am using minimalist pspsdk, can you provide me a precompiled library with the headers?
coolkehon
Posts: 355
Joined: Mon Oct 20, 2008 5:44 am

Post by coolkehon »

you can compile it with minpspw
roby65
Posts: 52
Joined: Sun Jun 01, 2008 9:12 pm
Location: Mid Italy
Contact:

Post by roby65 »

coolkehon wrote:you can compile it with minpspw
The problem was that i could not do configure :)
I launched configure on linux then compiled on minimalist pspsdk, thanks for the help! :)
Post Reply