| View previous topic :: View next topic |
| Author |
Message |
roby65
Joined: 01 Jun 2008 Posts: 55 Location: Mid Italy
|
Posted: Fri Feb 05, 2010 6:36 am Post subject: Openssl for psp? |
|
|
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? |
|
| Back to top |
|
 |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Fri Feb 05, 2010 7:30 am Post subject: |
|
|
Yes
2 actually
one in svn and one newwer one ported by me.
http://jojosoft.1free.ws
In the libs part. _________________
| Code: | int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
} |
|
|
| Back to top |
|
 |
roby65
Joined: 01 Jun 2008 Posts: 55 Location: Mid Italy
|
Posted: Fri Feb 05, 2010 7:41 am Post subject: |
|
|
I am using minimalist pspsdk, can you provide me a precompiled library with the headers? |
|
| Back to top |
|
 |
coolkehon
Joined: 20 Oct 2008 Posts: 355
|
Posted: Tue Feb 09, 2010 6:07 am Post subject: |
|
|
| you can compile it with minpspw |
|
| Back to top |
|
 |
roby65
Joined: 01 Jun 2008 Posts: 55 Location: Mid Italy
|
Posted: Wed Feb 10, 2010 7:07 pm Post subject: |
|
|
| 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! :) |
|
| Back to top |
|
 |
|