Skip to content

Commit

Permalink
DEV: update openssl dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
Embedthis Software committed May 10, 2016
1 parent 1fe0910 commit ebf4de9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 59 deletions.
11 changes: 0 additions & 11 deletions dist/appweb.h
Original file line number Diff line number Diff line change
Expand Up @@ -276,22 +276,11 @@ PUBLIC int httpEspInit(Http *http, MprModule *mp);
#endif /* _h_APPWEB */

/*
@copy default
Copyright (c) Embedthis Software. All Rights Reserved.
This software is distributed under commercial and open source licenses.
You may use the Embedthis Open Source license or you may acquire a
commercial license from Embedthis Software. You agree to be fully bound
by the terms of either license. Consult the LICENSE.md distributed with
this software for full details and other copyrights.
Local variables:
tab-width: 4
c-basic-offset: 4
End:
vim: sw=4 ts=4 expandtab
@end
*/

48 changes: 2 additions & 46 deletions dist/appwebLib.c
Original file line number Diff line number Diff line change
Expand Up @@ -3600,23 +3600,12 @@ PUBLIC int maLoadModule(cchar *name, cchar *libname)
}

/*
@copy default
Copyright (c) Embedthis Software. All Rights Reserved.
This software is distributed under commercial and open source licenses.
You may use the Embedthis Open Source license or you may acquire a
commercial license from Embedthis Software. You agree to be fully bound
by the terms of either license. Consult the LICENSE.md distributed with
this software for full details and other copyrights.
Local variables:
tab-width: 4
c-basic-offset: 4
End:
vim: sw=4 ts=4 expandtab
@end
*/


Expand Down Expand Up @@ -3698,23 +3687,12 @@ PUBLIC int maRunSimpleWebServer(cchar *ip, int port, cchar *home, cchar *documen


/*
@copy default
Copyright (c) Embedthis Software. All Rights Reserved.
This software is distributed under commercial and open source licenses.
You may use the Embedthis Open Source license or you may acquire a
You may use the Embedthis Open Source license or you may acquire a
commercial license from Embedthis Software. You agree to be fully bound
by the terms of either license. Consult the LICENSE.md distributed with
this software for full details and other copyrights.
Local variables:
tab-width: 4
c-basic-offset: 4
End:
vim: sw=4 ts=4 expandtab
@end
*/


Expand Down Expand Up @@ -4613,23 +4591,12 @@ PUBLIC int httpCgiInit(Http *http, MprModule *module)
#endif /* ME_COM_CGI */

/*
@copy default
Copyright (c) Embedthis Software. All Rights Reserved.
This software is distributed under commercial and open source licenses.
You may use the Embedthis Open Source license or you may acquire a
You may use the Embedthis Open Source license or you may acquire a
commercial license from Embedthis Software. You agree to be fully bound
by the terms of either license. Consult the LICENSE.md distributed with
this software for full details and other copyrights.
Local variables:
tab-width: 4
c-basic-offset: 4
End:
vim: sw=4 ts=4 expandtab
@end
*/


Expand Down Expand Up @@ -4741,23 +4708,12 @@ PUBLIC int httpEspInit(Http *http, MprModule *module)
#endif /* ME_COM_ESP */

/*
@copy default
Copyright (c) Embedthis Software. All Rights Reserved.
This software is distributed under commercial and open source licenses.
You may use the Embedthis Open Source license or you may acquire a
commercial license from Embedthis Software. You agree to be fully bound
by the terms of either license. Consult the LICENSE.md distributed with
this software for full details and other copyrights.
Local variables:
tab-width: 4
c-basic-offset: 4
End:
vim: sw=4 ts=4 expandtab
@end
*/

#endif /* ME_COM_APPWEB */
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"esp": "~6.2",
"mpr-matrixssl": "~0.3",
"mpr-mbedtls": "~0.5",
"mpr-openssl": "~0.4",
"mpr-openssl": "~0.5",
"sqlite": "~1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion paks/mpr-openssl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mpr-openssl",
"title": "OpenSSL support",
"description": "OpenSSL Support for the MPR",
"version": "0.4.3",
"version": "0.5.0",
"keywords": [
"me",
"ssl",
Expand Down

0 comments on commit ebf4de9

Please sign in to comment.