Hello,

My first git contribution [1] :-)
" Fix compiler warning

Declare the function static to fix:
pkcs15-lib.c:1069: warning: no previous prototype for
'sc_pkcs15init_encode_prvkey_content' "

What is the preferred way to submit patches?
- reference them on github or another public git server (as I just did)
- attach them in the email (easier for review)
- both

Note: I don't know how to generate patch files since I committed and
pushed my changes to github.

"git diff master upstream/master" returns nothing.

But "git log --decorate --pretty=oneline --abbrev-commit" returns:
9027279 (HEAD, origin/master, origin/HEAD, master) Fix compiler warning
ffdcad4 (upstream/master) NEWS: add details to existing lines
[...]

[1] 
https://github.com/LudovicRousseau/OpenSC/commit/90272799f04997cb0ee72f96e123a68c85b51c65

-- 
 Dr. Ludovic Rousseau
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to